Struct block_aligner::cigar::OpLen
source · #[repr(C)]pub struct OpLen {
pub op: Operation,
pub len: usize,
}Expand description
An operation and how many times that operation is repeated.
Fields§
§op: Operation§len: usizeTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for OpLen
impl Send for OpLen
impl Sync for OpLen
impl Unpin for OpLen
impl UnwindSafe for OpLen
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