#[repr(C)]pub struct CM_NOTIFY_EVENT_DATA_u(_);
Implementations
sourceimpl CM_NOTIFY_EVENT_DATA_u
impl CM_NOTIFY_EVENT_DATA_u
pub unsafe fn DeviceInterface(&self) -> &CM_NOTIFY_EVENT_DATA_DeviceInterface
pub unsafe fn DeviceInterface_mut(
&mut self
) -> &mut CM_NOTIFY_EVENT_DATA_DeviceInterface
pub unsafe fn DeviceHandle(&self) -> &CM_NOTIFY_EVENT_DATA_DeviceHandle
pub unsafe fn DeviceHandle_mut(
&mut self
) -> &mut CM_NOTIFY_EVENT_DATA_DeviceHandle
pub unsafe fn DeviceInstance(&self) -> &CM_NOTIFY_EVENT_DATA_DeviceInstance
pub unsafe fn DeviceInstance_mut(
&mut self
) -> &mut CM_NOTIFY_EVENT_DATA_DeviceInstance
Trait Implementations
sourceimpl Clone for CM_NOTIFY_EVENT_DATA_u
impl Clone for CM_NOTIFY_EVENT_DATA_u
sourcefn clone(&self) -> CM_NOTIFY_EVENT_DATA_u
fn clone(&self) -> CM_NOTIFY_EVENT_DATA_u
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 more
impl Copy for CM_NOTIFY_EVENT_DATA_u
Auto Trait Implementations
impl RefUnwindSafe for CM_NOTIFY_EVENT_DATA_u
impl Send for CM_NOTIFY_EVENT_DATA_u
impl Sync for CM_NOTIFY_EVENT_DATA_u
impl Unpin for CM_NOTIFY_EVENT_DATA_u
impl UnwindSafe for CM_NOTIFY_EVENT_DATA_u
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