Struct win_sys::FileSystem::DISKQUOTA_USER_INFORMATION [−][src]
#[repr(C)]pub struct DISKQUOTA_USER_INFORMATION {
pub QuotaUsed: i64,
pub QuotaThreshold: i64,
pub QuotaLimit: i64,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
QuotaUsed: i64QuotaThreshold: i64QuotaLimit: i64Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DISKQUOTA_USER_INFORMATION
impl Send for DISKQUOTA_USER_INFORMATION
impl Sync for DISKQUOTA_USER_INFORMATION
impl Unpin for DISKQUOTA_USER_INFORMATION
impl UnwindSafe for DISKQUOTA_USER_INFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more