pub struct Array<'a> { /* private fields */ }Expand description
This structure wraps a LF_ARRAY PDB type
Implementations§
§impl Array<'_>
impl Array<'_>
pub fn numberof_elements(&self) -> u64
pub fn numberof_elements(&self) -> u64
The number of element in this array
pub fn element_type(&self) -> Option<Type<'_>>
pub fn element_type(&self) -> Option<Type<'_>>
Type of the elements
pub fn index_type(&self) -> Option<Type<'_>>
pub fn index_type(&self) -> Option<Type<'_>>
Type of the index
Trait Implementations§
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