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
Auto Trait Implementations
impl<E> RefUnwindSafe for SubLibraryCommand<E> where
E: RefUnwindSafe,
impl<E> Send for SubLibraryCommand<E> where
E: Send,
impl<E> Sync for SubLibraryCommand<E> where
E: Sync,
impl<E> Unpin for SubLibraryCommand<E> where
E: Unpin,
impl<E> UnwindSafe for SubLibraryCommand<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more