pub enum SetCursor {
Default = 0,
BlinkingBlock = 1,
SteadyBlock = 2,
BlinkingUnderscore = 3,
SteadyUnderscore = 4,
BlinkingBar = 5,
SteadyBar = 6,
}
Variants§
Default = 0
BlinkingBlock = 1
SteadyBlock = 2
BlinkingUnderscore = 3
SteadyUnderscore = 4
BlinkingBar = 5
SteadyBar = 6
Trait Implementations§
impl Command for SetCursor
impl Copy for SetCursor
impl Eq for SetCursor
impl StructuralPartialEq for SetCursor
Auto Trait Implementations§
impl Freeze for SetCursor
impl RefUnwindSafe for SetCursor
impl Send for SetCursor
impl Sync for SetCursor
impl Unpin for SetCursor
impl UnwindSafe for SetCursor
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