Struct LinkerOptionCommand

struct LinkerOptionCommand<E: Endian> { ... }

Fields

cmd: crate::endian::U32<E>

LC_LINKER_OPTION only used in MH_OBJECT filetypes

cmdsize: crate::endian::U32<E>
count: crate::endian::U32<E>

number of strings

Implementations

impl<E> Freeze for LinkerOptionCommand<E>

impl<E> RefUnwindSafe for LinkerOptionCommand<E>

impl<E> Send for LinkerOptionCommand<E>

impl<E> Sync for LinkerOptionCommand<E>

impl<E> Unpin for LinkerOptionCommand<E>

impl<E> UnwindSafe for LinkerOptionCommand<E>

impl<E: $crate::clone::Clone + Endian> Clone for LinkerOptionCommand<E>

fn clone(self: &Self) -> LinkerOptionCommand<E>

impl<E: $crate::fmt::Debug + Endian> Debug for LinkerOptionCommand<E>

fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result

impl<E: $crate::marker::Copy + Endian> Copy for LinkerOptionCommand<E>

impl<E: Endian> Pod for LinkerOptionCommand<E>

impl<T> Any for LinkerOptionCommand<E>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for LinkerOptionCommand<E>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for LinkerOptionCommand<E>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for LinkerOptionCommand<E>

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for LinkerOptionCommand<E>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for LinkerOptionCommand<E>

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for LinkerOptionCommand<E>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for LinkerOptionCommand<E>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for LinkerOptionCommand<E>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>