#[repr(u32)]pub enum CursorType {
Show 13 variants
None = 0,
Arrow = 1,
Cross = 2,
Hand = 3,
Ibeam = 4,
Magnify = 5,
NoEntry = 6,
Pencil = 7,
Size = 8,
SizeNESW = 9,
SizeNS = 10,
SizeNWSE = 11,
SizeWE = 12,
}
Variants§
None = 0
Arrow = 1
Cross = 2
Hand = 3
Ibeam = 4
Magnify = 5
NoEntry = 6
Pencil = 7
Size = 8
SizeNESW = 9
SizeNS = 10
SizeNWSE = 11
SizeWE = 12
Trait Implementations§
Source§impl Clone for CursorType
impl Clone for CursorType
Source§fn clone(&self) -> CursorType
fn clone(&self) -> CursorType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CursorType
impl Debug for CursorType
Source§impl PartialEq for CursorType
impl PartialEq for CursorType
impl Copy for CursorType
impl Eq for CursorType
impl StructuralPartialEq for CursorType
Auto Trait Implementations§
impl Freeze for CursorType
impl RefUnwindSafe for CursorType
impl Send for CursorType
impl Sync for CursorType
impl Unpin for CursorType
impl UnwindSafe for CursorType
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