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