Struct object::macho::RpathCommand [−][src]
#[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
Auto Trait Implementations
impl<E> RefUnwindSafe for RpathCommand<E> where
E: RefUnwindSafe,
impl<E> Send for RpathCommand<E> where
E: Send,
impl<E> Sync for RpathCommand<E> where
E: Sync,
impl<E> Unpin for RpathCommand<E> where
E: Unpin,
impl<E> UnwindSafe for RpathCommand<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more