#[repr(C)]pub struct _WRITE_USN_REASON_INPUT {
pub Flags: DWORD,
pub UsnReasonToWrite: DWORD,
}
Fields§
§Flags: DWORD
§UsnReasonToWrite: DWORD
Trait Implementations§
Source§impl Clone for _WRITE_USN_REASON_INPUT
impl Clone for _WRITE_USN_REASON_INPUT
Source§fn clone(&self) -> _WRITE_USN_REASON_INPUT
fn clone(&self) -> _WRITE_USN_REASON_INPUT
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 moreSource§impl Debug for _WRITE_USN_REASON_INPUT
impl Debug for _WRITE_USN_REASON_INPUT
Source§impl Ord for _WRITE_USN_REASON_INPUT
impl Ord for _WRITE_USN_REASON_INPUT
Source§fn cmp(&self, other: &_WRITE_USN_REASON_INPUT) -> Ordering
fn cmp(&self, other: &_WRITE_USN_REASON_INPUT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _WRITE_USN_REASON_INPUT
impl PartialEq for _WRITE_USN_REASON_INPUT
Source§impl PartialOrd for _WRITE_USN_REASON_INPUT
impl PartialOrd for _WRITE_USN_REASON_INPUT
impl Copy for _WRITE_USN_REASON_INPUT
impl Eq for _WRITE_USN_REASON_INPUT
impl StructuralPartialEq for _WRITE_USN_REASON_INPUT
Auto Trait Implementations§
impl Freeze for _WRITE_USN_REASON_INPUT
impl RefUnwindSafe for _WRITE_USN_REASON_INPUT
impl Send for _WRITE_USN_REASON_INPUT
impl Sync for _WRITE_USN_REASON_INPUT
impl Unpin for _WRITE_USN_REASON_INPUT
impl UnwindSafe for _WRITE_USN_REASON_INPUT
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