#[repr(u8)]pub enum Blink {
On = 1,
Off = 0,
}
Expand description
Flag that sets cursor background to blink
Variants§
Auto Trait Implementations§
impl Freeze for Blink
impl RefUnwindSafe for Blink
impl Send for Blink
impl Sync for Blink
impl Unpin for Blink
impl UnwindSafe for Blink
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