Struct DwChildren

struct DwChildren(2354)

The child determination encodings for DIE attributes.

See Section 7.5.3, Table 7.4.

Implementations

impl DwChildren

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

impl Clone for DwChildren

fn clone(self: &Self) -> DwChildren

impl Copy for DwChildren

impl Debug for DwChildren

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

impl Display for DwChildren

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

impl Eq for DwChildren

impl Freeze for DwChildren

impl Hash for DwChildren

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

impl Ord for DwChildren

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

impl PartialEq for DwChildren

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

impl PartialOrd for DwChildren

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

impl RefUnwindSafe for DwChildren

impl Send for DwChildren

impl StructuralPartialEq for DwChildren

impl Sync for DwChildren

impl Unpin for DwChildren

impl UnsafeUnpin for DwChildren

impl UnwindSafe for DwChildren

impl<T> Any for DwChildren

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for DwChildren

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

impl<T> BorrowMut for DwChildren

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

impl<T> CloneToUninit for DwChildren

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

impl<T> From for DwChildren

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for DwChildren

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

impl<T> ToString for DwChildren

fn to_string(self: &Self) -> String

impl<T, U> Into for DwChildren

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 DwChildren

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

impl<T, U> TryInto for DwChildren

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