#[repr(C)]pub struct uv_stat_t {Show 16 fields
pub st_dev: u64,
pub st_mode: u64,
pub st_nlink: u64,
pub st_uid: u64,
pub st_gid: u64,
pub st_rdev: u64,
pub st_ino: u64,
pub st_size: u64,
pub st_blksize: u64,
pub st_blocks: u64,
pub st_flags: u64,
pub st_gen: u64,
pub st_atim: uv_timespec_t,
pub st_mtim: uv_timespec_t,
pub st_ctim: uv_timespec_t,
pub st_birthtim: uv_timespec_t,
}Fields§
§st_dev: u64§st_mode: u64§st_nlink: u64§st_uid: u64§st_gid: u64§st_rdev: u64§st_ino: u64§st_size: u64§st_blksize: u64§st_blocks: u64§st_flags: u64§st_gen: u64§st_atim: uv_timespec_t§st_mtim: uv_timespec_t§st_ctim: uv_timespec_t§st_birthtim: uv_timespec_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for uv_stat_t
impl RefUnwindSafe for uv_stat_t
impl Send for uv_stat_t
impl Sync for uv_stat_t
impl Unpin for uv_stat_t
impl UnwindSafe for uv_stat_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