#[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 Freeze for OpLen
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