[]Struct actix_rt::signal::unix::libc::dqblk

#[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: u64dqb_bsoftlimit: u64dqb_curspace: u64dqb_ihardlimit: u64dqb_isoftlimit: u64dqb_curinodes: u64dqb_btime: u64dqb_itime: u64dqb_valid: u32

Trait Implementations

impl Copy for dqblk

impl Clone for dqblk

Auto Trait Implementations

impl Send for dqblk

impl Sync for dqblk

impl Unpin for dqblk

impl UnwindSafe for dqblk

impl RefUnwindSafe for dqblk

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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 = !

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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