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 moreimpl<E: Copy + Endian> Copy for FvmlibCommand<E>
impl<E: Endian> Pod for FvmlibCommand<E>
Auto Trait Implementations§
impl<E> RefUnwindSafe for FvmlibCommand<E>where E: RefUnwindSafe,
impl<E> Send for FvmlibCommand<E>where E: Send,
impl<E> Sync for FvmlibCommand<E>where E: Sync,
impl<E> Unpin for FvmlibCommand<E>where E: Unpin,
impl<E> UnwindSafe for FvmlibCommand<E>where E: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more