Struct DwOp

struct DwOp(3915)

The encodings for DWARF expression operations.

See Section 7.7.1, Table 7.9.

Implementations

impl DwOp

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

impl Clone for DwOp

fn clone(self: &Self) -> DwOp

impl Copy for DwOp

impl Debug for DwOp

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

impl Display for DwOp

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

impl Eq for DwOp

impl Freeze for DwOp

impl Hash for DwOp

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

impl Ord for DwOp

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

impl PartialEq for DwOp

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

impl PartialOrd for DwOp

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

impl RefUnwindSafe for DwOp

impl Send for DwOp

impl StructuralPartialEq for DwOp

impl Sync for DwOp

impl Unpin for DwOp

impl UnsafeUnpin for DwOp

impl UnwindSafe for DwOp

impl<T> Any for DwOp

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for DwOp

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

impl<T> BorrowMut for DwOp

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

impl<T> CloneToUninit for DwOp

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

impl<T> From for DwOp

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for DwOp

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

impl<T> ToString for DwOp

fn to_string(self: &Self) -> String

impl<T, U> Into for DwOp

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 DwOp

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

impl<T, U> TryInto for DwOp

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