Lines Matching refs:IntoBytes

561 use {FromZeros as FromZeroes, IntoBytes as AsBytes, Ref as LayoutVerified};
2207 Self: KnownLayout + IntoBytes, in try_mut_from_bytes() argument
2318 Self: KnownLayout + IntoBytes, in try_mut_from_prefix() argument
2418 Self: KnownLayout + IntoBytes, in try_mut_from_suffix() argument
2849 Self: KnownLayout<PointerMetadata = usize> + IntoBytes, in try_mut_from_bytes_with_elems()
2960 Self: KnownLayout<PointerMetadata = usize> + IntoBytes, in try_mut_from_prefix_with_elems()
3060 Self: KnownLayout<PointerMetadata = usize> + IntoBytes, in try_mut_from_suffix_with_elems()
3318 fn try_mut_from_prefix_suffix<T: IntoBytes + TryFromBytes + KnownLayout + ?Sized>( in try_mut_from_prefix_suffix()
4447 Self: IntoBytes + KnownLayout, in mut_from_bytes()
4540 Self: IntoBytes + KnownLayout, in mut_from_prefix()
4621 Self: IntoBytes + KnownLayout, in mut_from_suffix()
4988 Self: IntoBytes + KnownLayout<PointerMetadata = usize> + Immutable, in mut_from_bytes_with_elems()
5078 Self: IntoBytes + KnownLayout<PointerMetadata = usize>, in mut_from_prefix_with_elems()
5163 Self: IntoBytes + KnownLayout<PointerMetadata = usize>, in mut_from_suffix_with_elems()
5406 Self: KnownLayout + IntoBytes, in mut_from()
5439 Self: Sized + IntoBytes, in mut_slice_from_prefix() argument
5450 Self: Sized + IntoBytes, in mut_slice_from_suffix() argument
5495 fn mut_from_prefix_suffix<T: FromBytes + IntoBytes + KnownLayout + ?Sized>( in mut_from_prefix_suffix()
5619 pub use zerocopy_derive::IntoBytes;
5686 pub unsafe trait IntoBytes { trait
6479 #[derive(Debug, Eq, PartialEq, FromBytes, IntoBytes, Unaligned, Immutable)]
7240 fn test<T: FromBytes + IntoBytes + Immutable + Debug + Eq + ?Sized, const N: usize>( in test_to_methods()
7297 #[derive(Debug, Eq, PartialEq, FromBytes, IntoBytes, Immutable)] in test_to_methods()
7326 #[derive(FromBytes, IntoBytes, Immutable)] in test_array()
7351 #[derive(IntoBytes, FromBytes, Unaligned)] in test_transparent_packed_generic_struct()
7359 assert_impl_all!(Foo<u32>: FromZeros, FromBytes, IntoBytes); in test_transparent_packed_generic_struct()
7362 #[derive(IntoBytes, FromBytes, Unaligned)] in test_transparent_packed_generic_struct()
7370 assert_impl_all!(Bar<u8, AU64>: FromZeros, FromBytes, IntoBytes, Unaligned); in test_transparent_packed_generic_struct()