#[repr(C)]pub struct Elf_Arhdr {
pub ar_name: *mut c_char,
pub ar_date: time_t,
pub ar_uid: uid_t,
pub ar_gid: gid_t,
pub ar_mode: mode_t,
pub ar_size: i64,
pub ar_rawname: *mut c_char,
}
Fields§
§ar_name: *mut c_char
§ar_date: time_t
§ar_uid: uid_t
§ar_gid: gid_t
§ar_mode: mode_t
§ar_size: i64
§ar_rawname: *mut c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Elf_Arhdr
impl RefUnwindSafe for Elf_Arhdr
impl !Send for Elf_Arhdr
impl !Sync for Elf_Arhdr
impl Unpin for Elf_Arhdr
impl UnwindSafe for Elf_Arhdr
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