pub struct DwOp(pub u8);
Expand description
The encodings for DWARF expression operations.
See Section 7.7.1, Table 7.9.
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
source§impl Ord for DwOp
impl Ord for DwOp
source§impl PartialOrd for DwOp
impl PartialOrd for DwOp
impl Copy for DwOp
impl Eq for DwOp
impl StructuralPartialEq for DwOp
Auto Trait Implementations§
impl Freeze for DwOp
impl RefUnwindSafe for DwOp
impl Send for DwOp
impl Sync for DwOp
impl Unpin for DwOp
impl UnwindSafe for DwOp
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.