pub enum VTEnd {
Dcs,
Osc {
used_bel: bool,
},
}Variants§
Trait Implementations§
impl Copy for VTEnd
impl Eq for VTEnd
impl StructuralPartialEq for VTEnd
Auto Trait Implementations§
impl Freeze for VTEnd
impl RefUnwindSafe for VTEnd
impl Send for VTEnd
impl Sync for VTEnd
impl Unpin for VTEnd
impl UnwindSafe for VTEnd
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