Struct win_sys::FileSystem::CLS_INFORMATION
source · [−]#[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: GUIDTrait Implementations
sourceimpl Clone for CLS_INFORMATION
impl Clone for CLS_INFORMATION
sourcepub fn clone(&self) -> CLS_INFORMATION
pub fn clone(&self) -> CLS_INFORMATION
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CLS_INFORMATION
impl Debug for CLS_INFORMATION
sourceimpl Default for CLS_INFORMATION
impl Default for CLS_INFORMATION
sourcepub fn default() -> CLS_INFORMATION
pub fn default() -> CLS_INFORMATION
Returns the “default value” for a type. Read more
sourceimpl PartialEq<CLS_INFORMATION> for CLS_INFORMATION
impl PartialEq<CLS_INFORMATION> for CLS_INFORMATION
impl Copy for CLS_INFORMATION
impl Eq for CLS_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for CLS_INFORMATION
impl Send for CLS_INFORMATION
impl Sync for CLS_INFORMATION
impl Unpin for CLS_INFORMATION
impl UnwindSafe for CLS_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more