#[repr(C)]pub struct _FILE_LEVEL_TRIM {
pub Key: DWORD,
pub NumRanges: DWORD,
pub Ranges: [FILE_LEVEL_TRIM_RANGE; 1],
}
Fields§
§Key: DWORD
§NumRanges: DWORD
§Ranges: [FILE_LEVEL_TRIM_RANGE; 1]
Trait Implementations§
Source§impl Clone for _FILE_LEVEL_TRIM
impl Clone for _FILE_LEVEL_TRIM
Source§fn clone(&self) -> _FILE_LEVEL_TRIM
fn clone(&self) -> _FILE_LEVEL_TRIM
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 _FILE_LEVEL_TRIM
impl Debug for _FILE_LEVEL_TRIM
Source§impl Ord for _FILE_LEVEL_TRIM
impl Ord for _FILE_LEVEL_TRIM
Source§fn cmp(&self, other: &_FILE_LEVEL_TRIM) -> Ordering
fn cmp(&self, other: &_FILE_LEVEL_TRIM) -> 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 _FILE_LEVEL_TRIM
impl PartialEq for _FILE_LEVEL_TRIM
Source§impl PartialOrd for _FILE_LEVEL_TRIM
impl PartialOrd for _FILE_LEVEL_TRIM
impl Copy for _FILE_LEVEL_TRIM
impl Eq for _FILE_LEVEL_TRIM
impl StructuralPartialEq for _FILE_LEVEL_TRIM
Auto Trait Implementations§
impl Freeze for _FILE_LEVEL_TRIM
impl RefUnwindSafe for _FILE_LEVEL_TRIM
impl Send for _FILE_LEVEL_TRIM
impl Sync for _FILE_LEVEL_TRIM
impl Unpin for _FILE_LEVEL_TRIM
impl UnwindSafe for _FILE_LEVEL_TRIM
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