#[repr(C)]pub struct nuc_stat {
pub st_dev: c_ushort,
pub st_ino: c_uint,
pub st_mode: c_uint,
pub st_nlink: c_ushort,
pub st_uid: c_ushort,
pub st_gid: c_ushort,
pub st_rdev: c_ushort,
pub st_size: c_uint,
pub st_atime: c_uint,
pub st_mtime: c_uint,
pub st_ctime: c_uint,
}Fields§
§st_dev: c_ushort§st_ino: c_uint§st_mode: c_uint§st_nlink: c_ushort§st_uid: c_ushort§st_gid: c_ushort§st_rdev: c_ushort§st_size: c_uint§st_atime: c_uint§st_mtime: c_uint§st_ctime: c_uintTrait Implementations§
Auto Trait Implementations§
impl Freeze for nuc_stat
impl RefUnwindSafe for nuc_stat
impl Send for nuc_stat
impl Sync for nuc_stat
impl Unpin for nuc_stat
impl UnwindSafe for nuc_stat
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