Struct windows_sys::Win32::System::Ioctl::DELETE_USN_JOURNAL_DATA
[−]#[repr(C)]pub struct DELETE_USN_JOURNAL_DATA {
pub UsnJournalID: u64,
pub DeleteFlags: USN_DELETE_FLAGS,
}
Expand description
Required features: ‘Win32_System_Ioctl’
Fields
UsnJournalID: u64
DeleteFlags: USN_DELETE_FLAGS
Trait Implementations
impl Clone for DELETE_USN_JOURNAL_DATA
impl Clone for DELETE_USN_JOURNAL_DATA
impl Copy for DELETE_USN_JOURNAL_DATA
Auto Trait Implementations
impl RefUnwindSafe for DELETE_USN_JOURNAL_DATA
impl Send for DELETE_USN_JOURNAL_DATA
impl Sync for DELETE_USN_JOURNAL_DATA
impl Unpin for DELETE_USN_JOURNAL_DATA
impl UnwindSafe for DELETE_USN_JOURNAL_DATA
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