Struct object::macho::SubClientCommand [−][src]
#[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
Auto Trait Implementations
impl<E> RefUnwindSafe for SubClientCommand<E> where
E: RefUnwindSafe,
impl<E> Send for SubClientCommand<E> where
E: Send,
impl<E> Sync for SubClientCommand<E> where
E: Sync,
impl<E> Unpin for SubClientCommand<E> where
E: Unpin,
impl<E> UnwindSafe for SubClientCommand<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more