Struct LinkeditDataCommand
struct LinkeditDataCommand<E: Endian> { ... }
Fields
cmd: crate::endian::U32<E>LC_CODE_SIGNATURE,LC_SEGMENT_SPLIT_INFO,LC_FUNCTION_STARTS,LC_DATA_IN_CODE,LC_DYLIB_CODE_SIGN_DRS,LC_LINKER_OPTIMIZATION_HINT,LC_DYLD_EXPORTS_TRIE, orLC_DYLD_CHAINED_FIXUPS.cmdsize: crate::endian::U32<E>sizeof(struct LinkeditDataCommand)
dataoff: crate::endian::U32<E>file offset of data in __LINKEDIT segment
datasize: crate::endian::U32<E>file size of data in __LINKEDIT segment
Implementations
impl<E> Freeze for LinkeditDataCommand<E>
impl<E> RefUnwindSafe for LinkeditDataCommand<E>
impl<E> Send for LinkeditDataCommand<E>
impl<E> Sync for LinkeditDataCommand<E>
impl<E> Unpin for LinkeditDataCommand<E>
impl<E> UnwindSafe for LinkeditDataCommand<E>
impl<E: $crate::clone::Clone + Endian> Clone for LinkeditDataCommand<E>
fn clone(self: &Self) -> LinkeditDataCommand<E>
impl<E: $crate::fmt::Debug + Endian> Debug for LinkeditDataCommand<E>
fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl<E: $crate::marker::Copy + Endian> Copy for LinkeditDataCommand<E>
impl<E: Endian> Pod for LinkeditDataCommand<E>
impl<T> Any for LinkeditDataCommand<E>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for LinkeditDataCommand<E>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for LinkeditDataCommand<E>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for LinkeditDataCommand<E>
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for LinkeditDataCommand<E>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for LinkeditDataCommand<E>
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for LinkeditDataCommand<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 LinkeditDataCommand<E>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for LinkeditDataCommand<E>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>