#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DylinkerCommand
Source§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
Auto Trait Implementations§
impl Freeze for DylinkerCommand
impl RefUnwindSafe for DylinkerCommand
impl Send for DylinkerCommand
impl Sync for DylinkerCommand
impl Unpin for DylinkerCommand
impl UnsafeUnpin 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