pub enum VTEmit {
Ground,
Dcs,
Osc,
}Variants§
Ground
Emit this byte as a ground-state character.
Dcs
Emit this byte into the current DCS stream.
Osc
Emit this byte into the current OSC stream.
Trait Implementations§
impl Copy for VTEmit
impl Eq for VTEmit
impl StructuralPartialEq for VTEmit
Auto Trait Implementations§
impl Freeze for VTEmit
impl RefUnwindSafe for VTEmit
impl Send for VTEmit
impl Sync for VTEmit
impl Unpin for VTEmit
impl UnwindSafe for VTEmit
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