Struct object::macho::IdentCommand [−][src]
Fields
cmd: U32<E>
LC_IDENT
cmdsize: U32<E>
strings that follow this command
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for IdentCommand<E> where
E: RefUnwindSafe,
impl<E> Send for IdentCommand<E> where
E: Send,
impl<E> Sync for IdentCommand<E> where
E: Sync,
impl<E> Unpin for IdentCommand<E> where
E: Unpin,
impl<E> UnwindSafe for IdentCommand<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more