Struct win_sys::FileSystem::CLS_INFORMATION[][src]

#[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

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.