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