#[repr(C)]pub struct CM_NOTIFY_EVENT_DATA_DeviceInterface {
pub ClassGuid: GUID,
pub SymbolicLink: [WCHAR; 1],
}
Fields
ClassGuid: GUID
SymbolicLink: [WCHAR; 1]
Trait Implementations
sourceimpl Clone for CM_NOTIFY_EVENT_DATA_DeviceInterface
impl Clone for CM_NOTIFY_EVENT_DATA_DeviceInterface
sourcefn clone(&self) -> CM_NOTIFY_EVENT_DATA_DeviceInterface
fn clone(&self) -> CM_NOTIFY_EVENT_DATA_DeviceInterface
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_DeviceInterface
Auto Trait Implementations
impl RefUnwindSafe for CM_NOTIFY_EVENT_DATA_DeviceInterface
impl Send for CM_NOTIFY_EVENT_DATA_DeviceInterface
impl Sync for CM_NOTIFY_EVENT_DATA_DeviceInterface
impl Unpin for CM_NOTIFY_EVENT_DATA_DeviceInterface
impl UnwindSafe for CM_NOTIFY_EVENT_DATA_DeviceInterface
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