pub struct DynSymSection { /* private fields */ }Implementations§
Source§impl DynSymSection
impl DynSymSection
pub fn new(name_offset: u32, symbols: Vec<DynamicSymbol>) -> Self
pub fn set_offset(&mut self, offset: u64)
pub fn section_header_bytecode(&self) -> Vec<u8> ⓘ
Trait Implementations§
Source§impl Debug for DynSymSection
impl Debug for DynSymSection
Auto Trait Implementations§
impl Freeze for DynSymSection
impl RefUnwindSafe for DynSymSection
impl Send for DynSymSection
impl Sync for DynSymSection
impl Unpin for DynSymSection
impl UnwindSafe for DynSymSection
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