Struct io_kit_sys::hid::base::__IOHIDDevice
source · #[repr(C)]pub struct __IOHIDDevice { /* private fields */ }
Trait Implementations
sourceimpl Clone for __IOHIDDevice
impl Clone for __IOHIDDevice
sourcefn clone(&self) -> __IOHIDDevice
fn clone(&self) -> __IOHIDDevice
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 __IOHIDDevice
impl Debug for __IOHIDDevice
impl Copy for __IOHIDDevice
Auto Trait Implementations
impl RefUnwindSafe for __IOHIDDevice
impl Send for __IOHIDDevice
impl Sync for __IOHIDDevice
impl Unpin for __IOHIDDevice
impl UnwindSafe for __IOHIDDevice
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