Struct nix::sys::quota::Dqblk [−][src]
#[repr(transparent)]pub struct Dqblk(_);
Expand description
Wrapper type for if_dqblk
Implementations
The absolute limit on disk quota blocks allocated.
Set the absolute limit on disk quota blocks allocated.
Preferred limit on disk quota blocks
Set the preferred limit on disk quota blocks allocated.
Current occupied space (bytes).
Maximum number of allocated inodes.
Set the maximum number of allocated inodes.
Preferred inode limit
Set the preferred limit of allocated inodes.
Current number of allocated inodes.
Time limit for excessive disk use.
Set the time limit for excessive disk use.
Time limit for excessive files.
Set the time limit for excessive files.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Dqblk
impl UnwindSafe for Dqblk
Blanket Implementations
Mutably borrows from an owned value. Read more