[][src]Struct ndless_sys::nuc_stat

#[repr(C)]
pub struct nuc_stat { pub st_dev: c_ushort, pub st_ino: c_uint, pub st_mode: c_uint, pub st_nlink: c_ushort, pub st_uid: c_ushort, pub st_gid: c_ushort, pub st_rdev: c_ushort, pub st_size: c_uint, pub st_atime: c_uint, pub st_mtime: c_uint, pub st_ctime: c_uint, }

Fields

st_dev: c_ushortst_ino: c_uintst_mode: c_uintst_nlink: c_ushortst_uid: c_ushortst_gid: c_ushortst_rdev: c_ushortst_size: c_uintst_atime: c_uintst_mtime: c_uintst_ctime: c_uint

Trait Implementations

impl Copy for nuc_stat[src]

impl Debug for nuc_stat[src]

impl Clone for nuc_stat[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for nuc_stat

impl Sync for nuc_stat

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]