Struct DwUt

struct DwUt(2237)

The unit type field in a unit header.

See Section 7.5.1, Table 7.2.

Implementations

impl DwUt

fn static_string(self: &Self) -> Option<&'static str>

impl Clone for DwUt

fn clone(self: &Self) -> DwUt

impl Copy for DwUt

impl Debug for DwUt

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

impl Display for DwUt

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

impl Eq for DwUt

impl Freeze for DwUt

impl Hash for DwUt

fn hash<__H: $crate::hash::Hasher>(self: &Self, state: &mut __H)

impl Ord for DwUt

fn cmp(self: &Self, other: &DwUt) -> Ordering

impl PartialEq for DwUt

fn eq(self: &Self, other: &DwUt) -> bool

impl PartialOrd for DwUt

fn partial_cmp(self: &Self, other: &DwUt) -> Option<Ordering>

impl RefUnwindSafe for DwUt

impl Send for DwUt

impl StructuralPartialEq for DwUt

impl Sync for DwUt

impl Unpin for DwUt

impl UnsafeUnpin for DwUt

impl UnwindSafe for DwUt

impl<T> Any for DwUt

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for DwUt

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

impl<T> BorrowMut for DwUt

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

impl<T> CloneToUninit for DwUt

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

impl<T> From for DwUt

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for DwUt

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

impl<T> ToString for DwUt

fn to_string(self: &Self) -> String

impl<T, U> Into for DwUt

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 DwUt

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

impl<T, U> TryInto for DwUt

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