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