#[repr(C, packed(1))]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_t§st_mode: posix_mode_t§st_nlinks: posix_nlink_t§st_uid: posix_uid_t§st_gid: posix_gid_t§s_rock_offset: u8§i_symlink: c_int§i_symlink_max: c_int§psz_symlink: *mut c_char§create: iso_rock_time_t§modify: iso_rock_time_t§access: iso_rock_time_t§attributes: iso_rock_time_t§backup: iso_rock_time_t§expiration: iso_rock_time_t§effective: iso_rock_time_t§i_rdev: u32Trait Implementations§
Source§impl Clone for iso_rock_statbuf_s
impl Clone for iso_rock_statbuf_s
Source§fn clone(&self) -> iso_rock_statbuf_s
fn clone(&self) -> iso_rock_statbuf_s
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for iso_rock_statbuf_s
Auto Trait Implementations§
impl Freeze for iso_rock_statbuf_s
impl RefUnwindSafe for iso_rock_statbuf_s
impl !Send for iso_rock_statbuf_s
impl !Sync for iso_rock_statbuf_s
impl Unpin for iso_rock_statbuf_s
impl UnwindSafe for iso_rock_statbuf_s
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more