Struct windows_sys::Win32::System::SystemServices::DEVICE_EVENT_MOUNT
[−]#[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: u32
Flags: u32
FileSystemNameLength: u32
FileSystemNameOffset: u32
Trait Implementations
impl Clone for DEVICE_EVENT_MOUNT
impl Clone for DEVICE_EVENT_MOUNT
impl Copy for DEVICE_EVENT_MOUNT
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
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