Lines Matching refs:IntoBytes
86 Src: $crate::IntoBytes,
170 Src: $crate::IntoBytes,
358 struct AssertSrcIsIntoBytes<'a, T: ?::core::marker::Sized + $crate::IntoBytes>(&'a T);
1087 unsafe impl $(<$($tyvar),*>)? $crate::IntoBytes for $name$(<$($tyvar),*>)?
1090 $($tuple_field_ty: $crate::IntoBytes,)*
1094 $($field_ty: $crate::IntoBytes,)*
1223 unsafe impl $crate::IntoBytes for $name
1226 $field_ty: $crate::IntoBytes,
1264 #[derive(KnownLayout, Immutable, FromBytes, IntoBytes, PartialEq, Debug)]
1287 #[derive(IntoBytes)] in test_transmute()
1325 #[derive(FromBytes, IntoBytes, Immutable, PartialEq, Eq, Debug)]
1371 T: IntoBytes + Immutable, in test_transmute_ref()
1450 #[derive(FromBytes, IntoBytes, Debug, PartialEq)] in test_try_transmute()
1701 fn assert_impls<T: FromBytes + IntoBytes + Immutable>() {} in test_cryptocorrosion_derive_traits()