Struct object::macho::SymsegCommand
source · #[repr(C)]pub struct SymsegCommand<E: Endian> {
pub cmd: U32<E>,
pub cmdsize: U32<E>,
pub offset: U32<E>,
pub size: U32<E>,
}
Fields§
§cmd: U32<E>
LC_SYMSEG
cmdsize: U32<E>
sizeof(struct SymsegCommand)
offset: U32<E>
symbol segment offset
size: U32<E>
symbol segment size in bytes
Trait Implementations§
source§impl<E: Clone + Endian> Clone for SymsegCommand<E>
impl<E: Clone + Endian> Clone for SymsegCommand<E>
source§fn clone(&self) -> SymsegCommand<E>
fn clone(&self) -> SymsegCommand<E>
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 more