#[repr(C)]pub struct CleanupParameters { /* private fields */ }
Trait Implementations§
source§impl ExternType for CleanupParameters
impl ExternType for CleanupParameters
Auto Trait Implementations§
impl Freeze for CleanupParameters
impl RefUnwindSafe for CleanupParameters
impl !Send for CleanupParameters
impl !Sync for CleanupParameters
impl !Unpin for CleanupParameters
impl UnwindSafe for CleanupParameters
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