pub struct BaseArray { /* private fields */ }Implementations§
Source§impl BaseArray
impl BaseArray
pub fn base_count(&self) -> u16
pub fn base_records(&self) -> &[BaseRecord]
Auto Trait Implementations§
impl Freeze for BaseArray
impl RefUnwindSafe for BaseArray
impl Send for BaseArray
impl Sync for BaseArray
impl Unpin for BaseArray
impl UnsafeUnpin for BaseArray
impl UnwindSafe for BaseArray
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