#[repr(C)]pub struct ostat {Show 15 fields
pub st_dev: __uint16_t,
pub st_ino: ino_t,
pub st_mode: mode_t,
pub st_nlink: nlink_t,
pub st_uid: __uint16_t,
pub st_gid: __uint16_t,
pub st_rdev: __uint16_t,
pub st_size: __int32_t,
pub st_atimespec: timespec,
pub st_mtimespec: timespec,
pub st_ctimespec: timespec,
pub st_blksize: __int32_t,
pub st_blocks: __int32_t,
pub st_flags: __uint32_t,
pub st_gen: __uint32_t,
}
Fields§
§st_dev: __uint16_t
§st_ino: ino_t
§st_mode: mode_t
§st_nlink: nlink_t
§st_uid: __uint16_t
§st_gid: __uint16_t
§st_rdev: __uint16_t
§st_size: __int32_t
§st_atimespec: timespec
§st_mtimespec: timespec
§st_ctimespec: timespec
§st_blksize: __int32_t
§st_blocks: __int32_t
§st_flags: __uint32_t
§st_gen: __uint32_t
Trait Implementations§
impl Copy for ostat
impl Eq for ostat
impl StructuralPartialEq for ostat
Auto Trait Implementations§
impl Freeze for ostat
impl RefUnwindSafe for ostat
impl Send for ostat
impl Sync for ostat
impl Unpin for ostat
impl UnwindSafe for ostat
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