#[repr(C)]
pub struct CLS_INFORMATION {
Show 17 fields pub TotalAvailable: i64, pub CurrentAvailable: i64, pub TotalReservation: i64, pub BaseFileSize: u64, pub ContainerSize: u64, pub TotalContainers: u32, pub FreeContainers: u32, pub TotalClients: u32, pub Attributes: u32, pub FlushThreshold: u32, pub SectorSize: u32, pub MinArchiveTailLsn: CLS_LSN, pub BaseLsn: CLS_LSN, pub LastFlushedLsn: CLS_LSN, pub LastLsn: CLS_LSN, pub RestartLsn: CLS_LSN, pub Identity: GUID,
}
Expand description

Required features: "Win32_Storage_FileSystem"

Fields

TotalAvailable: i64CurrentAvailable: i64TotalReservation: i64BaseFileSize: u64ContainerSize: u64TotalContainers: u32FreeContainers: u32TotalClients: u32Attributes: u32FlushThreshold: u32SectorSize: u32MinArchiveTailLsn: CLS_LSNBaseLsn: CLS_LSNLastFlushedLsn: CLS_LSNLastLsn: CLS_LSNRestartLsn: CLS_LSNIdentity: GUID

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.