Struct object::macho::DylibCommand [−][src]
#[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
impl<E: Clone + Endian> Clone for DylibCommand<E>
[src]
impl<E: Clone + Endian> Clone for DylibCommand<E>
[src]fn clone(&self) -> DylibCommand<E>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<E: Debug + Endian> Debug for DylibCommand<E>
[src]
impl<E: Debug + Endian> Debug for DylibCommand<E>
[src]impl<E: Copy + Endian> Copy for DylibCommand<E>
[src]
impl<E: Endian> Pod for DylibCommand<E>
[src]
Auto Trait Implementations
impl<E> Send for DylibCommand<E> where
E: Send,
E: Send,
impl<E> Sync for DylibCommand<E> where
E: Sync,
E: Sync,
impl<E> Unpin for DylibCommand<E> where
E: Unpin,
E: Unpin,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.