Searched defs:CastParams (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/zerocopy/src/ |
| H A D | layout.rs | 809 struct CastParams<Src: ?Sized, Dst: ?Sized> { in project() struct 810 inner: CastParamsInner, in project() 811 _src: PhantomData<Src>, in project() 812 _dst: PhantomData<Dst>, in project() 905 impl<Src: ?Sized, Dst: ?Sized> Copy for CastParams<Src, Dst> {} in project() implementation 906 impl<Src: ?Sized, Dst: ?Sized> Clone for CastParams<Src, Dst> { in project() implementation 912 impl<Src: ?Sized, Dst: ?Sized> CastParams<Src, Dst> { in project() implementation 1021 impl<Src: KnownLayout + ?Sized, Dst: KnownLayout + ?Sized> CastParams<Src, Dst> { in project() implementation
|