Struct nix::sys::quota::quota::Dqblk [] [src]

#[repr(C)]
pub struct Dqblk { pub bhardlimit: u64, pub bsoftlimit: u64, pub curspace: u64, pub ihardlimit: u64, pub isoftlimit: u64, pub curinodes: u64, pub btime: u64, pub itime: u64, pub valid: QuotaValidFlags, }

Fields

Trait Implementations

impl Default for Dqblk
[src]

Returns the "default value" for a type. Read more

impl Debug for Dqblk
[src]

Formats the value using the given formatter.

impl Copy for Dqblk
[src]

impl Clone for Dqblk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more