pub struct DwDefaulted(pub u8);Expand description
The encodings of the constants used in the DW_AT_defaulted attribute.
See Section 7.20, Table 7.24.
Tuple Fields§
§0: u8Implementations§
Source§impl DwDefaulted
 
impl DwDefaulted
pub fn static_string(&self) -> Option<&'static str>
Trait Implementations§
Source§impl Clone for DwDefaulted
 
impl Clone for DwDefaulted
Source§fn clone(&self) -> DwDefaulted
 
fn clone(&self) -> DwDefaulted
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for DwDefaulted
 
impl Debug for DwDefaulted
Source§impl Display for DwDefaulted
 
impl Display for DwDefaulted
Source§impl Hash for DwDefaulted
 
impl Hash for DwDefaulted
Source§impl Ord for DwDefaulted
 
impl Ord for DwDefaulted
Source§fn cmp(&self, other: &DwDefaulted) -> Ordering
 
fn cmp(&self, other: &DwDefaulted) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DwDefaulted
 
impl PartialEq for DwDefaulted
Source§impl PartialOrd for DwDefaulted
 
impl PartialOrd for DwDefaulted
impl Copy for DwDefaulted
impl Eq for DwDefaulted
impl StructuralPartialEq for DwDefaulted
Auto Trait Implementations§
impl Freeze for DwDefaulted
impl RefUnwindSafe for DwDefaulted
impl Send for DwDefaulted
impl Sync for DwDefaulted
impl Unpin for DwDefaulted
impl UnwindSafe for DwDefaulted
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