Struct DwTag

struct DwTag(2394)

The tag encodings for DIE attributes.

See Section 7.5.3, Table 7.3.

Implementations

impl DwTag

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

impl Clone for DwTag

fn clone(self: &Self) -> DwTag

impl Copy for DwTag

impl Debug for DwTag

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

impl Display for DwTag

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

impl Eq for DwTag

impl Freeze for DwTag

impl Hash for DwTag

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

impl Ord for DwTag

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

impl PartialEq for DwTag

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

impl PartialOrd for DwTag

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

impl RefUnwindSafe for DwTag

impl Send for DwTag

impl StructuralPartialEq for DwTag

impl Sync for DwTag

impl Unpin for DwTag

impl UnsafeUnpin for DwTag

impl UnwindSafe for DwTag

impl<T> Any for DwTag

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for DwTag

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

impl<T> BorrowMut for DwTag

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

impl<T> CloneToUninit for DwTag

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

impl<T> From for DwTag

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for DwTag

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

impl<T> ToString for DwTag

fn to_string(self: &Self) -> String

impl<T, U> Into for DwTag

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 DwTag

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

impl<T, U> TryInto for DwTag

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