Struct windows::Win32::System::Ioctl::REFS_SMR_VOLUME_GC_PARAMETERS
#[repr(C)]pub struct REFS_SMR_VOLUME_GC_PARAMETERS {
pub Version: u32,
pub Flags: u32,
pub Action: REFS_SMR_VOLUME_GC_ACTION,
pub Method: REFS_SMR_VOLUME_GC_METHOD,
pub IoGranularity: u32,
pub CompressionFormat: u32,
pub Unused: [u64; 8],
}
Fields§
§Version: u32
§Flags: u32
§Action: REFS_SMR_VOLUME_GC_ACTION
§Method: REFS_SMR_VOLUME_GC_METHOD
§IoGranularity: u32
§CompressionFormat: u32
§Unused: [u64; 8]
Trait Implementations§
§impl Clone for REFS_SMR_VOLUME_GC_PARAMETERS
impl Clone for REFS_SMR_VOLUME_GC_PARAMETERS
§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 more§impl Debug for REFS_SMR_VOLUME_GC_PARAMETERS
impl Debug for REFS_SMR_VOLUME_GC_PARAMETERS
§impl Default for REFS_SMR_VOLUME_GC_PARAMETERS
impl Default for REFS_SMR_VOLUME_GC_PARAMETERS
§impl PartialEq for REFS_SMR_VOLUME_GC_PARAMETERS
impl PartialEq for REFS_SMR_VOLUME_GC_PARAMETERS
§fn eq(&self, other: &REFS_SMR_VOLUME_GC_PARAMETERS) -> bool
fn eq(&self, other: &REFS_SMR_VOLUME_GC_PARAMETERS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)