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