#[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_4MinimumSize: CLFS_MGMT_POLICY_0_5NewContainerSize: CLFS_MGMT_POLICY_0_8GrowthRate: CLFS_MGMT_POLICY_0_2LogTail: CLFS_MGMT_POLICY_0_3AutoShrink: CLFS_MGMT_POLICY_0_1AutoGrow: CLFS_MGMT_POLICY_0_0NewContainerPrefix: CLFS_MGMT_POLICY_0_7NewContainerSuffix: CLFS_MGMT_POLICY_0_9NewContainerExtension: 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.