Struct openssl_sys::vinfo_stat

source ·
pub struct vinfo_stat {
Show 21 fields pub vst_dev: u32, pub vst_mode: u16, pub vst_nlink: u16, pub vst_ino: u64, pub vst_uid: u32, pub vst_gid: u32, pub vst_atime: i64, pub vst_atimensec: i64, pub vst_mtime: i64, pub vst_mtimensec: i64, pub vst_ctime: i64, pub vst_ctimensec: i64, pub vst_birthtime: i64, pub vst_birthtimensec: i64, pub vst_size: i64, pub vst_blocks: i64, pub vst_blksize: i32, pub vst_flags: u32, pub vst_gen: u32, pub vst_rdev: u32, pub vst_qspare: [i64; 2],
}

Fields§

§vst_dev: u32§vst_mode: u16§vst_nlink: u16§vst_ino: u64§vst_uid: u32§vst_gid: u32§vst_atime: i64§vst_atimensec: i64§vst_mtime: i64§vst_mtimensec: i64§vst_ctime: i64§vst_ctimensec: i64§vst_birthtime: i64§vst_birthtimensec: i64§vst_size: i64§vst_blocks: i64§vst_blksize: i32§vst_flags: u32§vst_gen: u32§vst_rdev: u32§vst_qspare: [i64; 2]

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.