pub enum CharacterMode {
Normal = 0,
Blinking = 5,
Inverse = 7,
}Expand description
How characters are displayed
Variants§
Auto Trait Implementations§
impl Freeze for CharacterMode
impl RefUnwindSafe for CharacterMode
impl Send for CharacterMode
impl Sync for CharacterMode
impl Unpin for CharacterMode
impl UnwindSafe for CharacterMode
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