Struct win_sys::SystemServices::DEVICE_EVENT_MOUNT [−][src]
#[repr(C)]pub struct DEVICE_EVENT_MOUNT {
pub Version: u32,
pub Flags: u32,
pub FileSystemNameLength: u32,
pub FileSystemNameOffset: u32,
}Expand description
Required features: Win32_System_SystemServices
Fields
Version: u32Flags: u32FileSystemNameLength: u32FileSystemNameOffset: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_EVENT_MOUNT
impl Send for DEVICE_EVENT_MOUNT
impl Sync for DEVICE_EVENT_MOUNT
impl Unpin for DEVICE_EVENT_MOUNT
impl UnwindSafe for DEVICE_EVENT_MOUNT
Blanket Implementations
Mutably borrows from an owned value. Read more