Struct object::macho::DylibCommand
source · #[repr(C)]pub struct DylibCommand<E: Endian> {
pub cmd: U32<E>,
pub cmdsize: U32<E>,
pub dylib: Dylib<E>,
}
Fields§
§cmd: U32<E>
LC_ID_DYLIB, LC_LOAD_{,WEAK_}DYLIB, LC_REEXPORT_DYLIB
cmdsize: U32<E>
includes pathname string
dylib: Dylib<E>
the library identification
Trait Implementations§
source§impl<E: Clone + Endian> Clone for DylibCommand<E>
impl<E: Clone + Endian> Clone for DylibCommand<E>
source§fn clone(&self) -> DylibCommand<E>
fn clone(&self) -> DylibCommand<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