Struct object::macho::FvmlibCommand
source · #[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§
source§impl<E: Clone + Endian> Clone for FvmlibCommand<E>
impl<E: Clone + Endian> Clone for FvmlibCommand<E>
source§fn clone(&self) -> FvmlibCommand<E>
fn clone(&self) -> FvmlibCommand<E>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more