pub struct SymbolsCtx {
pub nsyms: usize,
pub strtab: usize,
pub ctx: Ctx,
}
Fields§
§nsyms: usize
§strtab: usize
§ctx: Ctx
Trait Implementations§
Source§impl Clone for SymbolsCtx
impl Clone for SymbolsCtx
Source§fn clone(&self) -> SymbolsCtx
fn clone(&self) -> SymbolsCtx
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SymbolsCtx
impl Debug for SymbolsCtx
Source§impl Default for SymbolsCtx
impl Default for SymbolsCtx
Source§fn default() -> SymbolsCtx
fn default() -> SymbolsCtx
Returns the “default value” for a type. Read more
Source§impl<'a, T> TryFromCtx<'a, SymbolsCtx, T> for Symbols<'a>
impl<'a, T> TryFromCtx<'a, SymbolsCtx, T> for Symbols<'a>
impl Copy for SymbolsCtx
Auto Trait Implementations§
impl Freeze for SymbolsCtx
impl RefUnwindSafe for SymbolsCtx
impl Send for SymbolsCtx
impl Sync for SymbolsCtx
impl Unpin for SymbolsCtx
impl UnwindSafe for SymbolsCtx
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