Struct libusb1_sys::libusb_context
source · [−]#[repr(C)]pub struct libusb_context { /* private fields */ }Auto Trait Implementations
impl RefUnwindSafe for libusb_context
impl Send for libusb_context
impl Sync for libusb_context
impl Unpin for libusb_context
impl UnwindSafe for libusb_context
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more