Struct libc_interface::dqblk [−][src]
#[repr(C)]pub struct dqblk { pub dqb_bhardlimit: uint64_t, pub dqb_bsoftlimit: uint64_t, pub dqb_curspace: uint64_t, pub dqb_ihardlimit: uint64_t, pub dqb_isoftlimit: uint64_t, pub dqb_curinodes: uint64_t, pub dqb_btime: uint64_t, pub dqb_itime: uint64_t, pub dqb_valid: uint32_t, }
Fields
dqb_bhardlimit: uint64_t
dqb_bsoftlimit: uint64_t
dqb_curspace: uint64_t
dqb_ihardlimit: uint64_t
dqb_isoftlimit: uint64_t
dqb_curinodes: uint64_t
dqb_btime: uint64_t
dqb_itime: uint64_t
dqb_valid: uint32_t
Trait Implementations
impl Copy for dqblk
[src]
impl Copy for dqblk
impl Clone for dqblk
[src]
impl Clone for dqblk
fn clone(&self) -> dqblk
[src]
fn clone(&self) -> dqblk
Returns 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 dqblk
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for dqblk
[src]
impl Eq for dqblk