#[repr(C)]pub struct Elf_Arsym {
pub as_name: *mut c_char,
pub as_off: size_t,
pub as_hash: c_ulong,
}Fields§
§as_name: *mut c_char§as_off: size_t§as_hash: c_ulongTrait Implementations§
Auto Trait Implementations§
impl Freeze for Elf_Arsym
impl RefUnwindSafe for Elf_Arsym
impl !Send for Elf_Arsym
impl !Sync for Elf_Arsym
impl Unpin for Elf_Arsym
impl UnwindSafe for Elf_Arsym
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