Struct object::macho::IdentCommand
source · Fields§
§cmd: U32<E>
LC_IDENT
cmdsize: U32<E>
strings that follow this command
Trait Implementations§
source§impl<E: Clone + Endian> Clone for IdentCommand<E>
impl<E: Clone + Endian> Clone for IdentCommand<E>
source§fn clone(&self) -> IdentCommand<E>
fn clone(&self) -> IdentCommand<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