Struct gdnative_visual_script::common::libc::dqblk [−][src]
#[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
impl Clone for dqblk
[src]
impl Clone for dqblk
fn clone(&self) -> dqblk
[src]
fn clone(&self) -> dqblk
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for dqblk
[src]
impl Copy for dqblk