Struct DylinkerCommand
struct DylinkerCommand<E: Endian> { ... }
Fields
cmd: crate::endian::U32<E>LC_ID_DYLINKER, LC_LOAD_DYLINKER or LC_DYLD_ENVIRONMENT
cmdsize: crate::endian::U32<E>includes pathname string
name: LcStr<E>dynamic linker's path name
Implementations
impl<E> Freeze for DylinkerCommand<E>
impl<E> RefUnwindSafe for DylinkerCommand<E>
impl<E> Send for DylinkerCommand<E>
impl<E> Sync for DylinkerCommand<E>
impl<E> Unpin for DylinkerCommand<E>
impl<E> UnwindSafe for DylinkerCommand<E>
impl<E: $crate::clone::Clone + Endian> Clone for DylinkerCommand<E>
fn clone(self: &Self) -> DylinkerCommand<E>
impl<E: $crate::fmt::Debug + Endian> Debug for DylinkerCommand<E>
fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl<E: $crate::marker::Copy + Endian> Copy for DylinkerCommand<E>
impl<E: Endian> Pod for DylinkerCommand<E>
impl<T> Any for DylinkerCommand<E>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for DylinkerCommand<E>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for DylinkerCommand<E>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for DylinkerCommand<E>
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for DylinkerCommand<E>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for DylinkerCommand<E>
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for DylinkerCommand<E>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for DylinkerCommand<E>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for DylinkerCommand<E>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>