#[repr(C)]pub struct vnstat {
pub vn_fileid: u64,
pub vn_size: u64,
pub vn_dev: u64,
pub vn_fsid: u64,
pub vn_mntdir: *mut c_char,
pub vn_type: c_int,
pub vn_mode: u16,
pub vn_devname: [c_char; 64],
}Fields§
§vn_fileid: u64§vn_size: u64§vn_dev: u64§vn_fsid: u64§vn_mntdir: *mut c_char§vn_type: c_int§vn_mode: u16§vn_devname: [c_char; 64]Trait Implementations§
Auto Trait Implementations§
impl Freeze for vnstat
impl RefUnwindSafe for vnstat
impl !Send for vnstat
impl !Sync for vnstat
impl Unpin for vnstat
impl UnwindSafe for vnstat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more