pub enum MediaStop {
Before,
After,
}Expand description
Which of the two caret homes a block media has — see
VisualMap::block_media_stop.
Variants§
Before
The stop in front of the picture. What is typed here belongs above it.
After
The stop just past it. What is typed here belongs below it.
Trait Implementations§
impl Copy for MediaStop
impl Eq for MediaStop
impl StructuralPartialEq for MediaStop
Auto Trait Implementations§
impl Freeze for MediaStop
impl RefUnwindSafe for MediaStop
impl Send for MediaStop
impl Sync for MediaStop
impl Unpin for MediaStop
impl UnsafeUnpin for MediaStop
impl UnwindSafe for MediaStop
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