#[repr(C)]pub struct DynSym {
pub st_name: Word,
pub st_info: u8,
pub st_other: u8,
pub st_shndx: Half,
pub st_value: Addr,
pub st_size: ExtendedWord,
}
Fields§
§st_name: Word
§st_info: u8
§st_other: u8
§st_shndx: Half
§st_value: Addr
§st_size: ExtendedWord
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynSym
impl RefUnwindSafe for DynSym
impl Send for DynSym
impl Sync for DynSym
impl Unpin for DynSym
impl UnwindSafe for DynSym
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