Struct DwIdx

struct DwIdx(3591)

Name index attribute encodings.

See Section 7.19, Table 7.23.

Implementations

impl DwIdx

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

impl Clone for DwIdx

fn clone(self: &Self) -> DwIdx

impl Copy for DwIdx

impl Debug for DwIdx

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

impl Display for DwIdx

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

impl Eq for DwIdx

impl Freeze for DwIdx

impl Hash for DwIdx

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

impl Ord for DwIdx

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

impl PartialEq for DwIdx

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

impl PartialOrd for DwIdx

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

impl RefUnwindSafe for DwIdx

impl Send for DwIdx

impl StructuralPartialEq for DwIdx

impl Sync for DwIdx

impl Unpin for DwIdx

impl UnsafeUnpin for DwIdx

impl UnwindSafe for DwIdx

impl<T> Any for DwIdx

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for DwIdx

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

impl<T> BorrowMut for DwIdx

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

impl<T> CloneToUninit for DwIdx

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

impl<T> From for DwIdx

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for DwIdx

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

impl<T> ToString for DwIdx

fn to_string(self: &Self) -> String

impl<T, U> Into for DwIdx

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 DwIdx

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

impl<T, U> TryInto for DwIdx

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