Struct windows_native::ntioapi::FILE_QUOTA_INFORMATION
source ยท #[repr(C)]pub struct FILE_QUOTA_INFORMATION {
pub NextEntryOffset: u32,
pub SidLength: u32,
pub ChangeTime: i64,
pub QuotaUsed: i64,
pub QuotaThreshold: i64,
pub QuotaLimit: i64,
pub Sid: SID,
}Fieldsยง
ยงNextEntryOffset: u32ยงSidLength: u32ยงChangeTime: i64ยงQuotaUsed: i64ยงQuotaThreshold: i64ยงQuotaLimit: i64ยงSid: SIDTrait Implementationsยง
sourceยงimpl Debug for FILE_QUOTA_INFORMATION
impl Debug for FILE_QUOTA_INFORMATION
Auto Trait Implementationsยง
impl RefUnwindSafe for FILE_QUOTA_INFORMATION
impl Send for FILE_QUOTA_INFORMATION
impl Sync for FILE_QUOTA_INFORMATION
impl Unpin for FILE_QUOTA_INFORMATION
impl UnwindSafe for FILE_QUOTA_INFORMATION
Blanket Implementationsยง
sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more