Struct DwAt

struct DwAt(2545)

The attribute encodings for DIE attributes.

See Section 7.5.4, Table 7.5.

Implementations

impl DwAt

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

impl Clone for DwAt

fn clone(self: &Self) -> DwAt

impl Copy for DwAt

impl Debug for DwAt

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

impl Display for DwAt

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

impl Eq for DwAt

impl Freeze for DwAt

impl Hash for DwAt

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

impl Ord for DwAt

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

impl PartialEq for DwAt

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

impl PartialOrd for DwAt

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

impl RefUnwindSafe for DwAt

impl Send for DwAt

impl StructuralPartialEq for DwAt

impl Sync for DwAt

impl Unpin for DwAt

impl UnsafeUnpin for DwAt

impl UnwindSafe for DwAt

impl<T> Any for DwAt

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for DwAt

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

impl<T> BorrowMut for DwAt

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

impl<T> CloneToUninit for DwAt

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

impl<T> From for DwAt

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for DwAt

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

impl<T> ToString for DwAt

fn to_string(self: &Self) -> String

impl<T, U> Into for DwAt

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 DwAt

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

impl<T, U> TryInto for DwAt

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