pub struct Const<'a> { /* private fields */ }
Expand description
This class represents a DW_TAG_const_type
Implementations§
§impl Const<'_>
impl Const<'_>
pub fn underlying_type(&self) -> Option<Type<'_>>
pub fn underlying_type(&self) -> Option<Type<'_>>
The underlying type being const-ed by this type.
Trait Implementations§
§impl DwarfType for Const<'_>
impl DwarfType for Const<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Const<'a>
impl<'a> !Send for Const<'a>
impl<'a> !Sync for Const<'a>
impl<'a> Unpin for Const<'a>
impl<'a> UnwindSafe for Const<'a>
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