Struct object::macho::ThreadCommand
source · Fields§
§cmd: U32<E>
LC_THREAD or LC_UNIXTHREAD
cmdsize: U32<E>
total size of this command
Trait Implementations§
source§impl<E: Clone + Endian> Clone for ThreadCommand<E>
impl<E: Clone + Endian> Clone for ThreadCommand<E>
source§fn clone(&self) -> ThreadCommand<E>
fn clone(&self) -> ThreadCommand<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