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