#[repr(C)]pub struct CM_NOTIFY_EVENT_DATA {
pub FilterType: CM_NOTIFY_FILTER_TYPE,
pub Reserved: DWORD,
pub u: CM_NOTIFY_EVENT_DATA_u,
}
Fields
FilterType: CM_NOTIFY_FILTER_TYPE
Reserved: DWORD
u: CM_NOTIFY_EVENT_DATA_u
Trait Implementations
sourceimpl Clone for CM_NOTIFY_EVENT_DATA
impl Clone for CM_NOTIFY_EVENT_DATA
sourcefn clone(&self) -> CM_NOTIFY_EVENT_DATA
fn clone(&self) -> CM_NOTIFY_EVENT_DATA
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
Auto Trait Implementations
impl RefUnwindSafe for CM_NOTIFY_EVENT_DATA
impl Send for CM_NOTIFY_EVENT_DATA
impl Sync for CM_NOTIFY_EVENT_DATA
impl Unpin for CM_NOTIFY_EVENT_DATA
impl UnwindSafe for CM_NOTIFY_EVENT_DATA
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