[][src]Struct libc::dqblk

#[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_tdqb_bsoftlimit: uint64_tdqb_curbytes: uint64_tdqb_ihardlimit: uint32_tdqb_isoftlimit: uint32_tdqb_curinodes: uint32_tdqb_btime: uint32_tdqb_itime: uint32_tdqb_id: uint32_tdqb_spare: [uint32_t; 4]

Trait Implementations

impl Copy for dqblk[src]

impl Clone for dqblk[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for dqblk

impl Unpin for dqblk

impl Sync for dqblk

impl UnwindSafe for dqblk

impl RefUnwindSafe for dqblk

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]