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 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