Searched defs:Wrap (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/zerocopy/src/util/ |
| H A D | macro_util.rs | 575 impl<'a, Src, Dst> TryTransmuteRefSrc<'a> for Wrap<&'a Src, &'a Dst> implementation 583 impl<'a, Src, Dst> TryTransmuteRefDst<'a> for Wrap<&'a Src, &'a Dst> implementation 636 impl<'a, Src, Dst> TryTransmuteMutSrc<'a> for Wrap<&'a mut Src, &'a mut Dst> implementation 644 impl<'a, Src, Dst> TryTransmuteMutDst<'a> for Wrap<&'a mut Src, &'a mut Dst> implementation 694 pub struct Wrap<Src, Dst>(pub Src, pub PhantomData<Dst>); struct 696 impl<Src, Dst> Wrap<Src, Dst> { implementation 703 impl<'a, Src, Dst> Wrap<&'a Src, &'a Dst> impl 714 impl<'a, Src, Dst> Wrap<&'a Src, &'a Dst> { impl 789 impl<'a, Src, Dst> Wrap<&'a mut Src, &'a mut Dst> impl 800 impl<'a, Src, Dst> Wrap<&'a mut Src, &'a mut Dst> { impl [all …]
|