Struct gimli::constants::DwVirtuality
source · pub struct DwVirtuality(pub u8);
Expand description
The encodings of the constants used in the DW_AT_virtuality
attribute.
See Section 7.11, Table 7.16.
Tuple Fields§
§0: u8
Implementations§
source§impl DwVirtuality
impl DwVirtuality
pub fn static_string(&self) -> Option<&'static str>
Trait Implementations§
source§impl Clone for DwVirtuality
impl Clone for DwVirtuality
source§fn clone(&self) -> DwVirtuality
fn clone(&self) -> DwVirtuality
Returns a copy 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 DwVirtuality
impl Debug for DwVirtuality
source§impl Display for DwVirtuality
impl Display for DwVirtuality
source§impl Hash for DwVirtuality
impl Hash for DwVirtuality
source§impl Ord for DwVirtuality
impl Ord for DwVirtuality
source§fn cmp(&self, other: &DwVirtuality) -> Ordering
fn cmp(&self, other: &DwVirtuality) -> 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 DwVirtuality
impl PartialEq for DwVirtuality
source§fn eq(&self, other: &DwVirtuality) -> bool
fn eq(&self, other: &DwVirtuality) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DwVirtuality
impl PartialOrd for DwVirtuality
source§fn partial_cmp(&self, other: &DwVirtuality) -> Option<Ordering>
fn partial_cmp(&self, other: &DwVirtuality) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for DwVirtuality
impl Eq for DwVirtuality
impl StructuralEq for DwVirtuality
impl StructuralPartialEq for DwVirtuality
Auto Trait Implementations§
impl RefUnwindSafe for DwVirtuality
impl Send for DwVirtuality
impl Sync for DwVirtuality
impl Unpin for DwVirtuality
impl UnwindSafe for DwVirtuality
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