#[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: usize§f_tinode: ino_t§f_fname: [u8; 6]§f_fpack: [u8; 6]Trait Implementations§
Auto Trait Implementations§
impl Freeze for ustat_t
impl RefUnwindSafe for ustat_t
impl Send for ustat_t
impl Sync for ustat_t
impl Unpin for ustat_t
impl UnsafeUnpin for ustat_t
impl UnwindSafe for ustat_t
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