Lines Matching defs:Wrap
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> { impl
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
869 impl<'a, Src: ?Sized, Dst: ?Sized> TransmuteRefDst<'a> for Wrap<&'a Src, &'a Dst> implementation
902 impl<'a, Src: ?Sized, Dst: ?Sized> TransmuteMutDst<'a> for Wrap<&'a mut Src, &'a mut Dst> implementation