#[repr(C, packed)]
pub struct iso_rock_statbuf_s {
Show 17 fields pub b3_rock: bool_3way_t, pub st_mode: posix_mode_t, pub st_nlinks: posix_nlink_t, pub st_uid: posix_uid_t, pub st_gid: posix_gid_t, pub s_rock_offset: u8, pub i_symlink: c_int, pub i_symlink_max: c_int, pub psz_symlink: *mut c_char, pub create: iso_rock_time_t, pub modify: iso_rock_time_t, pub access: iso_rock_time_t, pub attributes: iso_rock_time_t, pub backup: iso_rock_time_t, pub expiration: iso_rock_time_t, pub effective: iso_rock_time_t, pub i_rdev: u32,
}

Fields

b3_rock: bool_3way_tst_mode: posix_mode_tst_nlinks: posix_nlink_tst_uid: posix_uid_tst_gid: posix_gid_ts_rock_offset: u8i_symlink: c_inti_symlink_max: c_intpsz_symlink: *mut c_charcreate: iso_rock_time_tmodify: iso_rock_time_taccess: iso_rock_time_tattributes: iso_rock_time_tbackup: iso_rock_time_texpiration: iso_rock_time_teffective: iso_rock_time_ti_rdev: u32

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 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.