pub enum MoveSelect {
DISPLAY = 8,
CURSOR = 0,
}Expand description
Flag for selection the display of cursor
Variants§
Trait Implementations§
Source§impl Clone for MoveSelect
impl Clone for MoveSelect
Source§fn clone(&self) -> MoveSelect
fn clone(&self) -> MoveSelect
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MoveSelect
impl Debug for MoveSelect
impl Copy for MoveSelect
Auto Trait Implementations§
impl Freeze for MoveSelect
impl RefUnwindSafe for MoveSelect
impl Send for MoveSelect
impl Sync for MoveSelect
impl Unpin for MoveSelect
impl UnwindSafe for MoveSelect
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