Struct gimli::constants::DwOp [−][src]
pub struct DwOp(pub u8);
The encodings for DWARF expression operations.
See Section 7.7.1, Table 7.9.
Implementations
impl DwOp
[src]
impl DwOp
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwOp> for DwOp
[src]
impl PartialOrd<DwOp> for DwOp
[src]impl Copy for DwOp
[src]
impl Eq for DwOp
[src]
impl StructuralEq for DwOp
[src]
impl StructuralPartialEq for DwOp
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwOp
impl Send for DwOp
impl Sync for DwOp
impl Unpin for DwOp
impl UnwindSafe for DwOp
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]