#[repr(C)]pub struct dqblk {
pub dqb_bhardlimit: u64,
pub dqb_bsoftlimit: u64,
pub dqb_curbytes: u64,
pub dqb_ihardlimit: u32,
pub dqb_isoftlimit: u32,
pub dqb_curinodes: u32,
pub dqb_btime: u32,
pub dqb_itime: u32,
pub dqb_id: u32,
pub dqb_spare: [u32; 4],
}
Fields
dqb_bhardlimit: u64
dqb_bsoftlimit: u64
dqb_curbytes: u64
dqb_ihardlimit: u32
dqb_isoftlimit: u32
dqb_curinodes: u32
dqb_btime: u32
dqb_itime: u32
dqb_id: u32
dqb_spare: [u32; 4]
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more