#[repr(C)]pub struct _DEVICE_DSM_NOTIFICATION_PARAMETERS {
pub Size: DWORD,
pub Flags: DWORD,
pub NumFileTypeIDs: DWORD,
pub FileTypeID: [GUID; 1],
}Fields§
§Size: DWORD§Flags: DWORD§NumFileTypeIDs: DWORD§FileTypeID: [GUID; 1]Trait Implementations§
Source§impl Clone for _DEVICE_DSM_NOTIFICATION_PARAMETERS
impl Clone for _DEVICE_DSM_NOTIFICATION_PARAMETERS
Source§fn clone(&self) -> _DEVICE_DSM_NOTIFICATION_PARAMETERS
fn clone(&self) -> _DEVICE_DSM_NOTIFICATION_PARAMETERS
Returns a duplicate 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 _DEVICE_DSM_NOTIFICATION_PARAMETERS
Auto Trait Implementations§
impl Freeze for _DEVICE_DSM_NOTIFICATION_PARAMETERS
impl RefUnwindSafe for _DEVICE_DSM_NOTIFICATION_PARAMETERS
impl Send for _DEVICE_DSM_NOTIFICATION_PARAMETERS
impl Sync for _DEVICE_DSM_NOTIFICATION_PARAMETERS
impl Unpin for _DEVICE_DSM_NOTIFICATION_PARAMETERS
impl UnwindSafe for _DEVICE_DSM_NOTIFICATION_PARAMETERS
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