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