Lines Matching defs:Dst
525 pub fn try_transmute<Src, Dst>(src: Src) -> Result<Dst, ValidityError<Src, Dst>> in try_transmute() argument
561 type Dst: ?Sized; typedef
564 fn try_transmute_ref(self) -> Result<&'a Self::Dst, ValidityError<&'a Self::Src, Self::Dst>> in try_transmute_ref()
588 type Dst = Dst; typedef
594 &'a Dst, in try_transmute_ref()
595 ValidityError<&'a <Wrap<&'a Src, &'a Dst> as TryTransmuteRefSrc<'a>>::Src, Dst>, in try_transmute_ref() argument
620 type Dst: ?Sized; typedef
625 ) -> Result<&'a mut Self::Dst, ValidityError<&'a mut Self::Src, Self::Dst>> in try_transmute_mut()
649 type Dst = Dst; typedef
655 &'a mut Dst, in try_transmute_mut()
656 ValidityError<&'a mut <Wrap<&'a mut Src, &'a mut Dst> as TryTransmuteMutSrc<'a>>::Src, Dst>, in try_transmute_mut() argument
709 pub const fn transmute_ref_inference_helper(self) -> &'a Dst { in transmute_ref_inference_helper()
727 pub const unsafe fn transmute_ref(self) -> &'a Dst { in transmute_ref()
754 pub fn try_transmute_ref(self) -> Result<&'a Dst, ValidityError<&'a Src, Dst>> in try_transmute_ref()
795 pub fn transmute_mut_inference_helper(self) -> &'a mut Dst { in transmute_mut_inference_helper()
834 pub fn try_transmute_mut(self) -> Result<&'a mut Dst, ValidityError<&'a mut Src, Dst>> in try_transmute_mut()
863 type Dst: ?Sized; typedef
866 fn transmute_ref(self) -> &'a Self::Dst; in transmute_ref()
874 type Dst = Dst; typedef
877 fn transmute_ref(self) -> &'a Dst { in transmute_ref()
897 type Dst: ?Sized; typedef
899 fn transmute_mut(self) -> &'a mut Self::Dst; in transmute_mut()
907 type Dst = Dst; typedef
910 fn transmute_mut(self) -> &'a mut Dst { in transmute_mut()