Struct libuv_sys::uv_stat_t [] [src]

#[repr(C)]
pub struct uv_stat_t { pub st_dev: uint64_t, pub st_mode: uint64_t, pub st_nlink: uint64_t, pub st_uid: uint64_t, pub st_gid: uint64_t, pub st_rdev: uint64_t, pub st_ino: uint64_t, pub st_size: uint64_t, pub st_blksize: uint64_t, pub st_blocks: uint64_t, pub st_flags: uint64_t, pub st_gen: uint64_t, 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

Trait Implementations

impl Debug for uv_stat_t
[src]

Formats the value using the given formatter.

impl Clone for uv_stat_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for uv_stat_t
[src]

impl PartialEq for uv_stat_t
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for uv_stat_t
[src]