#[repr(C, packed(1))]pub struct iso_rock_px_s {
pub st_mode: iso733_t,
pub st_nlinks: iso733_t,
pub st_uid: iso733_t,
pub st_gid: iso733_t,
}Expand description
POSIX file attributes, PX. See Rock Ridge Section 4.1.2
Fields§
§st_mode: iso733_t§st_nlinks: iso733_tfile mode permissions; same as st_mode of POSIX:5.6.1
st_uid: iso733_tnumber of links to file; same as st_nlinks of POSIX:5.6.1
st_gid: iso733_tuser id owner of file; same as st_uid of POSIX:5.6.1
Trait Implementations§
Source§impl Clone for iso_rock_px_s
impl Clone for iso_rock_px_s
Source§fn clone(&self) -> iso_rock_px_s
fn clone(&self) -> iso_rock_px_s
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_px_s
Auto Trait Implementations§
impl Freeze for iso_rock_px_s
impl RefUnwindSafe for iso_rock_px_s
impl Send for iso_rock_px_s
impl Sync for iso_rock_px_s
impl Unpin for iso_rock_px_s
impl UnsafeUnpin for iso_rock_px_s
impl UnwindSafe for iso_rock_px_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