Struct libc_interface::dqblk [−][src]
#[repr(C)]pub struct dqblk { pub dqb_bhardlimit: uint64_t, pub dqb_bsoftlimit: uint64_t, pub dqb_curbytes: uint64_t, pub dqb_ihardlimit: uint32_t, pub dqb_isoftlimit: uint32_t, pub dqb_curinodes: uint32_t, pub dqb_btime: uint32_t, pub dqb_itime: uint32_t, pub dqb_id: uint32_t, pub dqb_spare: [uint32_t; 4], }
Fields
dqb_bhardlimit: uint64_t
dqb_bsoftlimit: uint64_t
dqb_curbytes: uint64_t
dqb_ihardlimit: uint32_t
dqb_isoftlimit: uint32_t
dqb_curinodes: uint32_t
dqb_btime: uint32_t
dqb_itime: uint32_t
dqb_id: uint32_t
dqb_spare: [uint32_t; 4]
Trait Implementations
impl Copy for dqblk[src]
impl Copy for dqblkimpl Clone for dqblk[src]
impl Clone for dqblkfn clone(&self) -> dqblk[src]
fn clone(&self) -> dqblkReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for dqblk[src]
impl PartialEq for dqblkfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for dqblk[src]
impl Eq for dqblk