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