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