Struct SourceVersionCommand

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

Fields

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

LC_SOURCE_VERSION

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

16

version: crate::endian::U64<E>

A.B.C.D.E packed as a24.b10.c10.d10.e10

Implementations

impl<E> Freeze for SourceVersionCommand<E>

impl<E> RefUnwindSafe for SourceVersionCommand<E>

impl<E> Send for SourceVersionCommand<E>

impl<E> Sync for SourceVersionCommand<E>

impl<E> Unpin for SourceVersionCommand<E>

impl<E> UnwindSafe for SourceVersionCommand<E>

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

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

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

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

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

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

impl<T> Any for SourceVersionCommand<E>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for SourceVersionCommand<E>

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

impl<T> BorrowMut for SourceVersionCommand<E>

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

impl<T> CloneToUninit for SourceVersionCommand<E>

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

impl<T> From for SourceVersionCommand<E>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for SourceVersionCommand<E>

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

impl<T, U> Into for SourceVersionCommand<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 SourceVersionCommand<E>

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

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

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