Struct linux_api::stat::linux_stat
source · #[repr(C)]pub struct linux_stat {Show 18 fields
pub st_dev: linux___kernel_ulong_t,
pub st_ino: linux___kernel_ulong_t,
pub st_nlink: linux___kernel_ulong_t,
pub st_mode: c_uint,
pub st_uid: c_uint,
pub st_gid: c_uint,
pub l__pad0: c_uint,
pub st_rdev: linux___kernel_ulong_t,
pub st_size: c_long,
pub st_blksize: c_long,
pub st_blocks: c_long,
pub st_atime: linux___kernel_ulong_t,
pub st_atime_nsec: linux___kernel_ulong_t,
pub st_mtime: linux___kernel_ulong_t,
pub st_mtime_nsec: linux___kernel_ulong_t,
pub st_ctime: linux___kernel_ulong_t,
pub st_ctime_nsec: linux___kernel_ulong_t,
pub l__unused: [c_long; 3],
}
Fields§
§st_dev: linux___kernel_ulong_t
§st_ino: linux___kernel_ulong_t
§st_nlink: linux___kernel_ulong_t
§st_mode: c_uint
§st_uid: c_uint
§st_gid: c_uint
§l__pad0: c_uint
§st_rdev: linux___kernel_ulong_t
§st_size: c_long
§st_blksize: c_long
§st_blocks: c_long
§st_atime: linux___kernel_ulong_t
§st_atime_nsec: linux___kernel_ulong_t
§st_mtime: linux___kernel_ulong_t
§st_mtime_nsec: linux___kernel_ulong_t
§st_ctime: linux___kernel_ulong_t
§st_ctime_nsec: linux___kernel_ulong_t
§l__unused: [c_long; 3]
Trait Implementations§
source§impl Clone for linux_stat
impl Clone for linux_stat
source§fn clone(&self) -> linux_stat
fn clone(&self) -> linux_stat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for linux_stat
impl Debug for linux_stat
source§impl PartialEq for linux_stat
impl PartialEq for linux_stat
impl Copy for linux_stat
impl Eq for linux_stat
impl StructuralPartialEq for linux_stat
Auto Trait Implementations§
impl Freeze for linux_stat
impl RefUnwindSafe for linux_stat
impl Send for linux_stat
impl Sync for linux_stat
impl Unpin for linux_stat
impl UnwindSafe for linux_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)