Struct object::macho::ThreadCommand [−][src]
Fields
cmd: U32<E>
LC_THREAD or LC_UNIXTHREAD
cmdsize: U32<E>
total size of this command
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for ThreadCommand<E> where
E: RefUnwindSafe,
impl<E> Send for ThreadCommand<E> where
E: Send,
impl<E> Sync for ThreadCommand<E> where
E: Sync,
impl<E> Unpin for ThreadCommand<E> where
E: Unpin,
impl<E> UnwindSafe for ThreadCommand<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more