pub struct VecRefMarshaler<T>(/* private fields */);
Trait Implementations§
Source§impl<'a, T> FromForeign<Slice<T>, &'a [T]> for VecRefMarshaler<T>
impl<'a, T> FromForeign<Slice<T>, &'a [T]> for VecRefMarshaler<T>
Source§impl<T> InputType for VecRefMarshaler<T>
impl<T> InputType for VecRefMarshaler<T>
Source§impl<T> ReturnType for VecRefMarshaler<T>
impl<T> ReturnType for VecRefMarshaler<T>
type Foreign = Slice<T>
type ForeignTraitObject = ()
fn foreign_default() -> Self::Foreign
fn foreign_default_trait_object() -> Self::ForeignTraitObject
Auto Trait Implementations§
impl<T> Freeze for VecRefMarshaler<T>
impl<T> RefUnwindSafe for VecRefMarshaler<T>where
T: RefUnwindSafe,
impl<T> Send for VecRefMarshaler<T>where
T: Send,
impl<T> Sync for VecRefMarshaler<T>where
T: Sync,
impl<T> Unpin for VecRefMarshaler<T>where
T: Unpin,
impl<T> UnwindSafe for VecRefMarshaler<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more