pub struct FfiLibrary { /* private fields */ }
Implementations§
Source§impl FfiLibrary
impl FfiLibrary
Auto Trait Implementations§
impl Freeze for FfiLibrary
impl RefUnwindSafe for FfiLibrary
impl Send for FfiLibrary
impl Sync for FfiLibrary
impl Unpin for FfiLibrary
impl UnwindSafe for FfiLibrary
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