Enum gdnative_ui::ControlCursorShape [−][src]
#[repr(u32)]pub enum ControlCursorShape { CursorArrow, CursorIbeam, CursorPointingHand, CursorCross, CursorWait, CursorBusy, CursorDrag, CursorCanDrop, CursorForbidden, CursorVsize, CursorHsize, CursorBdiagsize, CursorFdiagsize, CursorMove, CursorVsplit, CursorHsplit, CursorHelp, }
Variants
CursorArrow
CursorIbeam
CursorPointingHand
CursorCross
CursorWait
CursorBusy
CursorDrag
CursorCanDrop
CursorForbidden
CursorVsize
CursorHsize
CursorBdiagsize
CursorFdiagsize
CursorMove
CursorVsplit
CursorHsplit
CursorHelp
Trait Implementations
impl Copy for ControlCursorShape
[src]
impl Copy for ControlCursorShape
impl Clone for ControlCursorShape
[src]
impl Clone for ControlCursorShape
fn clone(&self) -> ControlCursorShape
[src]
fn clone(&self) -> ControlCursorShape
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for ControlCursorShape
[src]
impl Debug for ControlCursorShape
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for ControlCursorShape
[src]
impl PartialEq for ControlCursorShape
fn eq(&self, other: &ControlCursorShape) -> bool
[src]
fn eq(&self, other: &ControlCursorShape) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for ControlCursorShape
[src]
impl Eq for ControlCursorShape
impl Hash for ControlCursorShape
[src]
impl Hash for ControlCursorShape
Auto Trait Implementations
impl Send for ControlCursorShape
impl Send for ControlCursorShape
impl Sync for ControlCursorShape
impl Sync for ControlCursorShape