Struct goblin::mach::load_command::SymtabCommand
source · #[repr(C)]pub struct SymtabCommand {
pub cmd: u32,
pub cmdsize: u32,
pub symoff: u32,
pub nsyms: u32,
pub stroff: u32,
pub strsize: u32,
}
Fields§
§cmd: u32
§cmdsize: u32
§symoff: u32
§nsyms: u32
§stroff: u32
§strsize: u32
Implementations§
source§impl SymtabCommand
impl SymtabCommand
Trait Implementations§
source§impl Clone for SymtabCommand
impl Clone for SymtabCommand
source§fn clone(&self) -> SymtabCommand
fn clone(&self) -> SymtabCommand
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 SymtabCommand
impl Debug for SymtabCommand
source§impl Default for SymtabCommand
impl Default for SymtabCommand
source§impl<'a> IntoCtx<Endian> for &'a SymtabCommand
impl<'a> IntoCtx<Endian> for &'a SymtabCommand
source§impl<'a> TryFromCtx<'a, Endian> for SymtabCommandwhere
SymtabCommand: 'a,
impl<'a> TryFromCtx<'a, Endian> for SymtabCommandwhere SymtabCommand: 'a,
source§impl<'a> TryIntoCtx<Endian> for &'a SymtabCommand
impl<'a> TryIntoCtx<Endian> for &'a SymtabCommand
source§impl TryIntoCtx<Endian> for SymtabCommand
impl TryIntoCtx<Endian> for SymtabCommand
impl Copy for SymtabCommand
Auto Trait Implementations§
impl RefUnwindSafe for SymtabCommand
impl Send for SymtabCommand
impl Sync for SymtabCommand
impl Unpin for SymtabCommand
impl UnwindSafe for SymtabCommand
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