#[repr(C)]struct SymtabEntry {
name: usize,
value: usize,
size: usize,
info: u8,
other: u8,
shndx: u16,
}Fields§
§name: usize§value: usize§size: usize§info: u8§other: u8§shndx: u16Auto Trait Implementations§
impl Freeze for SymtabEntry
impl RefUnwindSafe for SymtabEntry
impl Send for SymtabEntry
impl Sync for SymtabEntry
impl Unpin for SymtabEntry
impl UnwindSafe for SymtabEntry
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