Struct windows_sys::Win32::System::Ioctl::TXFS_MODIFY_RM
[−]#[repr(C)]pub struct TXFS_MODIFY_RM {
pub Flags: TXFS_RMF_LAGS,
pub LogContainerCountMax: u32,
pub LogContainerCountMin: u32,
pub LogContainerCount: u32,
pub LogGrowthIncrement: u32,
pub LogAutoShrinkPercentage: u32,
pub Reserved: u64,
pub LoggingMode: u16,
}Expand description
Required features: "Win32_System_Ioctl"
Fields
Flags: TXFS_RMF_LAGSLogContainerCountMax: u32LogContainerCountMin: u32LogContainerCount: u32LogGrowthIncrement: u32LogAutoShrinkPercentage: u32Reserved: u64LoggingMode: u16Trait Implementations
impl Clone for TXFS_MODIFY_RM
impl Clone for TXFS_MODIFY_RM
impl Copy for TXFS_MODIFY_RM
Auto Trait Implementations
impl RefUnwindSafe for TXFS_MODIFY_RM
impl Send for TXFS_MODIFY_RM
impl Sync for TXFS_MODIFY_RM
impl Unpin for TXFS_MODIFY_RM
impl UnwindSafe for TXFS_MODIFY_RM
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