Struct libc::dqblk
[−]
[src]
pub struct dqblk {
pub dqb_bhardlimit: uint64_t,
pub dqb_bsoftlimit: uint64_t,
pub dqb_curspace: uint64_t,
pub dqb_ihardlimit: uint64_t,
pub dqb_isoftlimit: uint64_t,
pub dqb_curinodes: uint64_t,
pub dqb_btime: uint64_t,
pub dqb_itime: uint64_t,
pub dqb_valid: uint32_t,
}Unstable (
libc): use libc from crates.io
Fields
dqb_bhardlimit | Unstable ( libc): use |
dqb_bsoftlimit | Unstable ( libc): use |
dqb_curspace | Unstable ( libc): use |
dqb_ihardlimit | Unstable ( libc): use |
dqb_isoftlimit | Unstable ( libc): use |
dqb_curinodes | Unstable ( libc): use |
dqb_btime | Unstable ( libc): use |
dqb_itime | Unstable ( libc): use |
dqb_valid | Unstable ( libc): use |