Struct windows_sys::Win32::System::Ioctl::READ_USN_JOURNAL_DATA_V0
[−]#[repr(C)]pub struct READ_USN_JOURNAL_DATA_V0 {
pub StartUsn: i64,
pub ReasonMask: u32,
pub ReturnOnlyOnClose: u32,
pub Timeout: u64,
pub BytesToWaitFor: u64,
pub UsnJournalID: u64,
}
Expand description
Required features: ‘Win32_System_Ioctl’
Fields
StartUsn: i64
ReasonMask: u32
ReturnOnlyOnClose: u32
Timeout: u64
BytesToWaitFor: u64
UsnJournalID: u64
Trait Implementations
impl Clone for READ_USN_JOURNAL_DATA_V0
impl Clone for READ_USN_JOURNAL_DATA_V0
impl Copy for READ_USN_JOURNAL_DATA_V0
Auto Trait Implementations
impl RefUnwindSafe for READ_USN_JOURNAL_DATA_V0
impl Send for READ_USN_JOURNAL_DATA_V0
impl Sync for READ_USN_JOURNAL_DATA_V0
impl Unpin for READ_USN_JOURNAL_DATA_V0
impl UnwindSafe for READ_USN_JOURNAL_DATA_V0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more