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