#[repr(C)]pub struct CM_NOTIFY_EVENT_DATA_DeviceHandle {
pub EventGuid: GUID,
pub NameOffset: LONG,
pub DataSize: DWORD,
pub Data: [BYTE; 1],
}
Fields
EventGuid: GUID
NameOffset: LONG
DataSize: DWORD
Data: [BYTE; 1]
Trait Implementations
sourceimpl Clone for CM_NOTIFY_EVENT_DATA_DeviceHandle
impl Clone for CM_NOTIFY_EVENT_DATA_DeviceHandle
sourcefn clone(&self) -> CM_NOTIFY_EVENT_DATA_DeviceHandle
fn clone(&self) -> CM_NOTIFY_EVENT_DATA_DeviceHandle
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_DeviceHandle
Auto Trait Implementations
impl RefUnwindSafe for CM_NOTIFY_EVENT_DATA_DeviceHandle
impl Send for CM_NOTIFY_EVENT_DATA_DeviceHandle
impl Sync for CM_NOTIFY_EVENT_DATA_DeviceHandle
impl Unpin for CM_NOTIFY_EVENT_DATA_DeviceHandle
impl UnwindSafe for CM_NOTIFY_EVENT_DATA_DeviceHandle
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