Struct object::macho::SubClientCommand
source · #[repr(C)]pub struct SubClientCommand<E: Endian> {
pub cmd: U32<E>,
pub cmdsize: U32<E>,
pub client: LcStr<E>,
}
Fields§
§cmd: U32<E>
LC_SUB_CLIENT
cmdsize: U32<E>
includes client string
client: LcStr<E>
the client name
Trait Implementations§
source§impl<E: Clone + Endian> Clone for SubClientCommand<E>
impl<E: Clone + Endian> Clone for SubClientCommand<E>
source§fn clone(&self) -> SubClientCommand<E>
fn clone(&self) -> SubClientCommand<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