Struct goblin::mach::load_command::DylinkerCommand   
source · #[repr(C)]pub struct DylinkerCommand {
    pub cmd: u32,
    pub cmdsize: u32,
    pub name: LcStr,
}Expand description
The name of the dynamic linker
Fields§
§cmd: u32§cmdsize: u32§name: LcStrTrait Implementations§
source§impl Clone for DylinkerCommand
 
impl Clone for DylinkerCommand
source§fn clone(&self) -> DylinkerCommand
 
fn clone(&self) -> DylinkerCommand
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 moresource§impl Debug for DylinkerCommand
 
impl Debug for DylinkerCommand
source§impl<'a> IntoCtx<Endian> for &'a DylinkerCommand
 
impl<'a> IntoCtx<Endian> for &'a DylinkerCommand
source§impl IntoCtx<Endian> for DylinkerCommand
 
impl IntoCtx<Endian> for DylinkerCommand
source§impl<'a> TryFromCtx<'a, Endian> for DylinkerCommandwhere
    DylinkerCommand: 'a,
 
impl<'a> TryFromCtx<'a, Endian> for DylinkerCommandwhere DylinkerCommand: 'a,
source§impl<'a> TryIntoCtx<Endian> for &'a DylinkerCommand
 
impl<'a> TryIntoCtx<Endian> for &'a DylinkerCommand
source§impl TryIntoCtx<Endian> for DylinkerCommand
 
impl TryIntoCtx<Endian> for DylinkerCommand
impl Copy for DylinkerCommand
Auto Trait Implementations§
impl RefUnwindSafe for DylinkerCommand
impl Send for DylinkerCommand
impl Sync for DylinkerCommand
impl Unpin for DylinkerCommand
impl UnwindSafe for DylinkerCommand
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