#[repr(C)]
pub union CLFS_MGMT_POLICY_0 {
    pub MaximumSize: CLFS_MGMT_POLICY_0_4,
    pub MinimumSize: CLFS_MGMT_POLICY_0_5,
    pub NewContainerSize: CLFS_MGMT_POLICY_0_8,
    pub GrowthRate: CLFS_MGMT_POLICY_0_2,
    pub LogTail: CLFS_MGMT_POLICY_0_3,
    pub AutoShrink: CLFS_MGMT_POLICY_0_1,
    pub AutoGrow: CLFS_MGMT_POLICY_0_0,
    pub NewContainerPrefix: CLFS_MGMT_POLICY_0_7,
    pub NewContainerSuffix: CLFS_MGMT_POLICY_0_9,
    pub NewContainerExtension: CLFS_MGMT_POLICY_0_6,
}
Expand description

Required features: "Win32_Storage_FileSystem"

Fields§

§MaximumSize: CLFS_MGMT_POLICY_0_4§MinimumSize: CLFS_MGMT_POLICY_0_5§NewContainerSize: CLFS_MGMT_POLICY_0_8§GrowthRate: CLFS_MGMT_POLICY_0_2§LogTail: CLFS_MGMT_POLICY_0_3§AutoShrink: CLFS_MGMT_POLICY_0_1§AutoGrow: CLFS_MGMT_POLICY_0_0§NewContainerPrefix: CLFS_MGMT_POLICY_0_7§NewContainerSuffix: CLFS_MGMT_POLICY_0_9§NewContainerExtension: CLFS_MGMT_POLICY_0_6

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.