Struct object::macho::IdentCommand [−][src]
Fields
cmd: U32<E>
LC_IDENT
cmdsize: U32<E>
strings that follow this command
Trait Implementations
impl<E: Clone + Endian> Clone for IdentCommand<E>
[src]
impl<E: Clone + Endian> Clone for IdentCommand<E>
[src]fn clone(&self) -> IdentCommand<E>
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl<E: Debug + Endian> Debug for IdentCommand<E>
[src]
impl<E: Debug + Endian> Debug for IdentCommand<E>
[src]impl<E: Copy + Endian> Copy for IdentCommand<E>
[src]
impl<E: Endian> Pod for IdentCommand<E>
[src]
Auto Trait Implementations
impl<E> Send for IdentCommand<E> where
E: Send,
E: Send,
impl<E> Sync for IdentCommand<E> where
E: Sync,
E: Sync,
impl<E> Unpin for IdentCommand<E> where
E: Unpin,
E: Unpin,