#[repr(C)]pub struct dqblk {
pub dqb_bhardlimit: u64,
pub dqb_bsoftlimit: u64,
pub dqb_curspace: u64,
pub dqb_ihardlimit: u64,
pub dqb_isoftlimit: u64,
pub dqb_curinodes: u64,
pub dqb_btime: u64,
pub dqb_itime: u64,
pub dqb_valid: u32,
}
Fields
dqb_bhardlimit: u64
dqb_bsoftlimit: u64
dqb_curspace: u64
dqb_ihardlimit: u64
dqb_isoftlimit: u64
dqb_curinodes: u64
dqb_btime: u64
dqb_itime: u64
dqb_valid: u32
Trait Implementations
sourceimpl Hash for dqblk
impl Hash for dqblk
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [
Hasher
]. Read more1.3.0fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
Feeds a slice of this type into the given [
Hasher
]. Read moreimpl Copy for dqblk
impl Eq for dqblk
impl StructuralEq for dqblk
impl StructuralPartialEq for dqblk
Auto Trait Implementations
impl RefUnwindSafe for dqblk
impl Send for dqblk
impl Sync for dqblk
impl Unpin for dqblk
impl UnwindSafe for dqblk
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more