#[repr(C)]pub struct ustat_t {
pub f_tfree: usize,
pub f_tinode: ino_t,
pub f_fname: [u8; 6],
pub f_fpack: [u8; 6],
}Fields
f_tfree: usizef_tinode: ino_tf_fname: [u8; 6]f_fpack: [u8; 6]Trait Implementations
impl Copy for ustat_t
Auto Trait Implementations
impl RefUnwindSafe for ustat_t
impl Send for ustat_t
impl Sync for ustat_t
impl Unpin for ustat_t
impl UnwindSafe for ustat_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more