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