#[repr(C)]pub struct USN_TRACK_MODIFIED_RANGES {
pub Flags: DWORD,
pub Unused: DWORD,
pub ChunkSize: DWORDLONG,
pub FileSizeThreshold: LONGLONG,
}
Fields§
§Flags: DWORD
§Unused: DWORD
§ChunkSize: DWORDLONG
§FileSizeThreshold: LONGLONG
Trait Implementations§
Source§impl Clone for USN_TRACK_MODIFIED_RANGES
impl Clone for USN_TRACK_MODIFIED_RANGES
Source§fn clone(&self) -> USN_TRACK_MODIFIED_RANGES
fn clone(&self) -> USN_TRACK_MODIFIED_RANGES
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 USN_TRACK_MODIFIED_RANGES
impl Debug for USN_TRACK_MODIFIED_RANGES
Source§impl Ord for USN_TRACK_MODIFIED_RANGES
impl Ord for USN_TRACK_MODIFIED_RANGES
Source§fn cmp(&self, other: &USN_TRACK_MODIFIED_RANGES) -> Ordering
fn cmp(&self, other: &USN_TRACK_MODIFIED_RANGES) -> 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 PartialOrd for USN_TRACK_MODIFIED_RANGES
impl PartialOrd for USN_TRACK_MODIFIED_RANGES
impl Copy for USN_TRACK_MODIFIED_RANGES
impl Eq for USN_TRACK_MODIFIED_RANGES
impl StructuralPartialEq for USN_TRACK_MODIFIED_RANGES
Auto Trait Implementations§
impl Freeze for USN_TRACK_MODIFIED_RANGES
impl RefUnwindSafe for USN_TRACK_MODIFIED_RANGES
impl Send for USN_TRACK_MODIFIED_RANGES
impl Sync for USN_TRACK_MODIFIED_RANGES
impl Unpin for USN_TRACK_MODIFIED_RANGES
impl UnwindSafe for USN_TRACK_MODIFIED_RANGES
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