Struct object::macho::FvmlibCommand [−][src]
#[repr(C)]pub struct FvmlibCommand<E: Endian> {
pub cmd: U32<E>,
pub cmdsize: U32<E>,
pub fvmlib: Fvmlib<E>,
}
Fields
cmd: U32<E>
LC_IDFVMLIB or LC_LOADFVMLIB
cmdsize: U32<E>
includes pathname string
fvmlib: Fvmlib<E>
the library identification
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for FvmlibCommand<E> where
E: RefUnwindSafe,
impl<E> Send for FvmlibCommand<E> where
E: Send,
impl<E> Sync for FvmlibCommand<E> where
E: Sync,
impl<E> Unpin for FvmlibCommand<E> where
E: Unpin,
impl<E> UnwindSafe for FvmlibCommand<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more