Struct libuv_sys2::uv_stat_t
source · [−]#[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: u64st_mode: u64st_nlink: u64st_uid: u64st_gid: u64st_rdev: u64st_ino: u64st_size: u64st_blksize: u64st_blocks: u64st_flags: u64st_gen: u64st_atim: uv_timespec_tst_mtim: uv_timespec_tst_ctim: uv_timespec_tst_birthtim: uv_timespec_tTrait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more