pub enum MoshLine {
ChannelShift(usize, usize, usize),
Shift(usize),
Reverse,
}Expand description
Line mutations within a chunk
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MoshLine
impl Send for MoshLine
impl Sync for MoshLine
impl Unpin for MoshLine
impl UnwindSafe for MoshLine
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