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