Lines Matching refs:IntoBytes
35 FromBytes, Immutable, IntoBytes, KnownLayout, Ptr, ReadOnly, TryFromBytes, ValidityError,
527 Src: IntoBytes, in try_transmute() argument
567 Self::Src: IntoBytes + Immutable + KnownLayout, in try_transmute_ref()
585 Src: IntoBytes + Immutable + KnownLayout + ?Sized,
628 Self::Src: IntoBytes, in try_transmute_mut() argument
646 Src: FromBytes + IntoBytes + KnownLayout + ?Sized,
647 Dst: TryFromBytes + IntoBytes + KnownLayout + ?Sized,
756 Src: IntoBytes + Immutable, in try_transmute_ref()
813 Src: FromBytes + IntoBytes, in transmute_mut() argument
814 Dst: FromBytes + IntoBytes, in transmute_mut() argument
836 Src: FromBytes + IntoBytes, in try_transmute_mut() argument
837 Dst: TryFromBytes + IntoBytes, in try_transmute_mut() argument
871 Src: KnownLayout + IntoBytes + Immutable,
904 Src: KnownLayout + FromBytes + IntoBytes,
905 Dst: KnownLayout<PointerMetadata = usize> + FromBytes + IntoBytes,