pub struct Array { /* private fields */ }
Expand description
This structure represents an array type (DW_TAG_array_type
).
Trait Implementations§
§impl EditorType for Array
impl EditorType for Array
fn pointer_to(&self) -> Pointer
Auto Trait Implementations§
impl !RefUnwindSafe for Array
impl !Send for Array
impl !Sync for Array
impl Unpin for Array
impl UnwindSafe for Array
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