Struct io_kit_sys::hid::manager::__IOHIDManager
source · #[repr(C)]pub struct __IOHIDManager { /* private fields */ }
Trait Implementations
sourceimpl Clone for __IOHIDManager
impl Clone for __IOHIDManager
sourcefn clone(&self) -> __IOHIDManager
fn clone(&self) -> __IOHIDManager
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for __IOHIDManager
impl Debug for __IOHIDManager
impl Copy for __IOHIDManager
Auto Trait Implementations
impl RefUnwindSafe for __IOHIDManager
impl Send for __IOHIDManager
impl Sync for __IOHIDManager
impl Unpin for __IOHIDManager
impl UnwindSafe for __IOHIDManager
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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