Struct object::macho::RpathCommand
source · #[repr(C)]pub struct RpathCommand<E: Endian> {
pub cmd: U32<E>,
pub cmdsize: U32<E>,
pub path: LcStr<E>,
}
Fields§
§cmd: U32<E>
LC_RPATH
cmdsize: U32<E>
includes string
path: LcStr<E>
path to add to run path
Trait Implementations§
source§impl<E: Clone + Endian> Clone for RpathCommand<E>
impl<E: Clone + Endian> Clone for RpathCommand<E>
source§fn clone(&self) -> RpathCommand<E>
fn clone(&self) -> RpathCommand<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