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