Struct DELETE_USN_JOURNAL_DATA
#[repr(C)]pub struct DELETE_USN_JOURNAL_DATA {
pub UsnJournalID: u64,
pub DeleteFlags: USN_DELETE_FLAGS,
}
Fields§
§UsnJournalID: u64
§DeleteFlags: USN_DELETE_FLAGS
Trait Implementations§
§impl Clone for DELETE_USN_JOURNAL_DATA
impl Clone for DELETE_USN_JOURNAL_DATA
§fn clone(&self) -> DELETE_USN_JOURNAL_DATA
fn clone(&self) -> DELETE_USN_JOURNAL_DATA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DELETE_USN_JOURNAL_DATA
Auto Trait Implementations§
impl Freeze for DELETE_USN_JOURNAL_DATA
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more