Struct object::macho::SubLibraryCommand [−][src]
#[repr(C)]pub struct SubLibraryCommand<E: Endian> { pub cmd: U32<E>, pub cmdsize: U32<E>, pub sub_library: LcStr<E>, }
Fields
cmd: U32<E>
LC_SUB_LIBRARY
cmdsize: U32<E>
includes sub_library string
sub_library: LcStr<E>
the sub_library name
Trait Implementations
impl<E: Clone + Endian> Clone for SubLibraryCommand<E>
[src]
impl<E: Clone + Endian> Clone for SubLibraryCommand<E>
[src]fn clone(&self) -> SubLibraryCommand<E>
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl<E: Debug + Endian> Debug for SubLibraryCommand<E>
[src]
impl<E: Debug + Endian> Debug for SubLibraryCommand<E>
[src]impl<E: Copy + Endian> Copy for SubLibraryCommand<E>
[src]
impl<E: Endian> Pod for SubLibraryCommand<E>
[src]
Auto Trait Implementations
impl<E> Send for SubLibraryCommand<E> where
E: Send,
E: Send,
impl<E> Sync for SubLibraryCommand<E> where
E: Sync,
E: Sync,
impl<E> Unpin for SubLibraryCommand<E> where
E: Unpin,
E: Unpin,