Struct PrebindCksumCommand

struct PrebindCksumCommand<E: Endian> { ... }

Fields

cmd: crate::endian::U32<E>

LC_PREBIND_CKSUM

cmdsize: crate::endian::U32<E>

sizeof(struct PrebindCksumCommand)

cksum: crate::endian::U32<E>

the check sum or zero

Implementations

impl<E> Freeze for PrebindCksumCommand<E>

impl<E> RefUnwindSafe for PrebindCksumCommand<E>

impl<E> Send for PrebindCksumCommand<E>

impl<E> Sync for PrebindCksumCommand<E>

impl<E> Unpin for PrebindCksumCommand<E>

impl<E> UnwindSafe for PrebindCksumCommand<E>

impl<E: $crate::clone::Clone + Endian> Clone for PrebindCksumCommand<E>

fn clone(self: &Self) -> PrebindCksumCommand<E>

impl<E: $crate::fmt::Debug + Endian> Debug for PrebindCksumCommand<E>

fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result

impl<E: $crate::marker::Copy + Endian> Copy for PrebindCksumCommand<E>

impl<E: Endian> Pod for PrebindCksumCommand<E>

impl<T> Any for PrebindCksumCommand<E>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for PrebindCksumCommand<E>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for PrebindCksumCommand<E>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for PrebindCksumCommand<E>

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for PrebindCksumCommand<E>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for PrebindCksumCommand<E>

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for PrebindCksumCommand<E>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for PrebindCksumCommand<E>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for PrebindCksumCommand<E>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>