#[repr(C)]pub struct CM_NOTIFY_FILTER_DeviceInterface {
pub ClassGuid: GUID,
}
Fields§
§ClassGuid: GUID
Trait Implementations§
Source§impl Clone for CM_NOTIFY_FILTER_DeviceInterface
impl Clone for CM_NOTIFY_FILTER_DeviceInterface
Source§fn clone(&self) -> CM_NOTIFY_FILTER_DeviceInterface
fn clone(&self) -> CM_NOTIFY_FILTER_DeviceInterface
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for CM_NOTIFY_FILTER_DeviceInterface
Auto Trait Implementations§
impl Freeze for CM_NOTIFY_FILTER_DeviceInterface
impl RefUnwindSafe for CM_NOTIFY_FILTER_DeviceInterface
impl Send for CM_NOTIFY_FILTER_DeviceInterface
impl Sync for CM_NOTIFY_FILTER_DeviceInterface
impl Unpin for CM_NOTIFY_FILTER_DeviceInterface
impl UnwindSafe for CM_NOTIFY_FILTER_DeviceInterface
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