Struct safer_ffi::dyn_traits::dyn_drop::DropGlueVTable
source · #[repr(C)]pub struct DropGlueVTable<'__usability> { /* private fields */ }
Available on crate feature
dyn-traits
only.Expand description
Trait Implementations§
source§impl<'__usability> ReprC for DropGlueVTable<'__usability>where
unsafe extern "C" fn(_: NonNullOwned<ErasedTy>): ConcreteReprC,
PhantomData<*mut (<u8 as IdentityIgnoring<'__usability>>::ItSelf,)>: ConcreteReprC,
impl<'__usability> ReprC for DropGlueVTable<'__usability>where unsafe extern "C" fn(_: NonNullOwned<ErasedTy>): ConcreteReprC, PhantomData<*mut (<u8 as IdentityIgnoring<'__usability>>::ItSelf,)>: ConcreteReprC,
Auto Trait Implementations§
impl<'__usability> RefUnwindSafe for DropGlueVTable<'__usability>
impl<'__usability> !Send for DropGlueVTable<'__usability>
impl<'__usability> !Sync for DropGlueVTable<'__usability>
impl<'__usability> Unpin for DropGlueVTable<'__usability>
impl<'__usability> UnwindSafe for DropGlueVTable<'__usability>
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
source§impl<T> FitForCBox for T
impl<T> FitForCBox for T
§type CBoxWrapped = Box_<T>
type CBoxWrapped = Box_<T>
Available on crate feature
alloc
only.source§impl<T> ManuallyDropMut for T
impl<T> ManuallyDropMut for T
type Ret = ManuallyDrop<T>
fn manually_drop_mut<'__>(&'__ mut self) -> &'__ mut ManuallyDrop<T>
source§impl<T> UpcastAny for Twhere
T: 'static,
impl<T> UpcastAny for Twhere T: 'static,
source§fn upcast_any(&self) -> &(dyn Any + 'static)
fn upcast_any(&self) -> &(dyn Any + 'static)
Available on crate feature
headers
only.