#[repr(C)]pub struct IOHIDCompletion {
pub target: *mut c_void,
pub action: Option<IOHIDCompletionAction>,
pub parameter: *mut c_void,
}Available on crate feature
raw-ffi only.Fields§
§target: *mut c_void§action: Option<IOHIDCompletionAction>§parameter: *mut c_voidAuto Trait Implementations§
impl !Send for IOHIDCompletion
impl !Sync for IOHIDCompletion
impl Freeze for IOHIDCompletion
impl RefUnwindSafe for IOHIDCompletion
impl Unpin for IOHIDCompletion
impl UnsafeUnpin for IOHIDCompletion
impl UnwindSafe for IOHIDCompletion
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