Struct object::macho::PreboundDylibCommand [−][src]
#[repr(C)]pub struct PreboundDylibCommand<E: Endian> {
pub cmd: U32<E>,
pub cmdsize: U32<E>,
pub name: LcStr<E>,
pub nmodules: U32<E>,
pub linked_modules: LcStr<E>,
}
Fields
cmd: U32<E>
LC_PREBOUND_DYLIB
cmdsize: U32<E>
includes strings
name: LcStr<E>
library’s path name
nmodules: U32<E>
number of modules in library
linked_modules: LcStr<E>
bit vector of linked modules
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for PreboundDylibCommand<E> where
E: RefUnwindSafe,
impl<E> Send for PreboundDylibCommand<E> where
E: Send,
impl<E> Sync for PreboundDylibCommand<E> where
E: Sync,
impl<E> Unpin for PreboundDylibCommand<E> where
E: Unpin,
impl<E> UnwindSafe for PreboundDylibCommand<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more