#[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 duplicate 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 _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