#[repr(C)]pub struct _REFS_SMR_VOLUME_GC_PARAMETERS {
pub Version: DWORD,
pub Flags: DWORD,
pub Action: REFS_SMR_VOLUME_GC_ACTION,
pub Method: REFS_SMR_VOLUME_GC_METHOD,
pub IoGranularity: DWORD,
pub CompressionFormat: DWORD,
pub Unused: [DWORDLONG; 8],
}
Fields§
§Version: DWORD
§Flags: DWORD
§Action: REFS_SMR_VOLUME_GC_ACTION
§Method: REFS_SMR_VOLUME_GC_METHOD
§IoGranularity: DWORD
§CompressionFormat: DWORD
§Unused: [DWORDLONG; 8]
Trait Implementations§
Source§impl Clone for _REFS_SMR_VOLUME_GC_PARAMETERS
impl Clone for _REFS_SMR_VOLUME_GC_PARAMETERS
Source§fn clone(&self) -> _REFS_SMR_VOLUME_GC_PARAMETERS
fn clone(&self) -> _REFS_SMR_VOLUME_GC_PARAMETERS
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 Ord for _REFS_SMR_VOLUME_GC_PARAMETERS
impl Ord for _REFS_SMR_VOLUME_GC_PARAMETERS
Source§fn cmp(&self, other: &_REFS_SMR_VOLUME_GC_PARAMETERS) -> Ordering
fn cmp(&self, other: &_REFS_SMR_VOLUME_GC_PARAMETERS) -> 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 _REFS_SMR_VOLUME_GC_PARAMETERS
impl PartialEq for _REFS_SMR_VOLUME_GC_PARAMETERS
Source§fn eq(&self, other: &_REFS_SMR_VOLUME_GC_PARAMETERS) -> bool
fn eq(&self, other: &_REFS_SMR_VOLUME_GC_PARAMETERS) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _REFS_SMR_VOLUME_GC_PARAMETERS
impl PartialOrd for _REFS_SMR_VOLUME_GC_PARAMETERS
impl Copy for _REFS_SMR_VOLUME_GC_PARAMETERS
impl Eq for _REFS_SMR_VOLUME_GC_PARAMETERS
impl StructuralPartialEq for _REFS_SMR_VOLUME_GC_PARAMETERS
Auto Trait Implementations§
impl Freeze for _REFS_SMR_VOLUME_GC_PARAMETERS
impl RefUnwindSafe for _REFS_SMR_VOLUME_GC_PARAMETERS
impl Send for _REFS_SMR_VOLUME_GC_PARAMETERS
impl Sync for _REFS_SMR_VOLUME_GC_PARAMETERS
impl Unpin for _REFS_SMR_VOLUME_GC_PARAMETERS
impl UnwindSafe for _REFS_SMR_VOLUME_GC_PARAMETERS
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