Struct windows_sys::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],
}
Expand description
Required features: "Win32_System_Ioctl"
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
impl Copy for REFS_SMR_VOLUME_GC_PARAMETERS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more