Struct windows_sys::Win32::System::Ioctl::STORAGE_EVENT_NOTIFICATION
[−]#[repr(C)]pub struct STORAGE_EVENT_NOTIFICATION {
pub Version: u32,
pub Size: u32,
pub Events: u64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
Events: u64
Trait Implementations
impl Clone for STORAGE_EVENT_NOTIFICATION
impl Clone for STORAGE_EVENT_NOTIFICATION
impl Copy for STORAGE_EVENT_NOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_EVENT_NOTIFICATION
impl Send for STORAGE_EVENT_NOTIFICATION
impl Sync for STORAGE_EVENT_NOTIFICATION
impl Unpin for STORAGE_EVENT_NOTIFICATION
impl UnwindSafe for STORAGE_EVENT_NOTIFICATION
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