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