Struct gimli::constants::DwCc [−][src]
pub struct DwCc(pub u8);
The encodings of the constants used in the DW_AT_calling_convention
attribute.
See Section 7.15, Table 7.19.
Implementations
impl DwCc
[src]
impl DwCc
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl Clone for DwCc
[src]
impl Clone for DwCc
[src]fn clone(&self) -> DwCc
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialOrd<DwCc> for DwCc
[src]
impl PartialOrd<DwCc> for DwCc
[src]impl Copy for DwCc
[src]
impl Eq for DwCc
[src]
impl StructuralEq for DwCc
[src]
impl StructuralPartialEq for DwCc
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.