Enum gdnative_common::InputCursorShape [−][src]
#[repr(u32)]pub enum InputCursorShape { CursorArrow, CursorIbeam, CursorPointingHand, CursorCross, CursorWait, CursorBusy, CursorDrag, CursorCanDrop, CursorForbidden, CursorVsize, CursorHsize, CursorBdiagsize, CursorFdiagsize, CursorMove, CursorVsplit, CursorHsplit, CursorHelp, }
Variants
CursorArrowCursorIbeamCursorPointingHandCursorCrossCursorWaitCursorBusyCursorDragCursorCanDropCursorForbiddenCursorVsizeCursorHsizeCursorBdiagsizeCursorFdiagsizeCursorMoveCursorVsplitCursorHsplitCursorHelp
Trait Implementations
impl Copy for InputCursorShape[src]
impl Copy for InputCursorShapeimpl Clone for InputCursorShape[src]
impl Clone for InputCursorShapefn clone(&self) -> InputCursorShape[src]
fn clone(&self) -> InputCursorShapeReturns 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 InputCursorShape[src]
impl Debug for InputCursorShapefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for InputCursorShape[src]
impl PartialEq for InputCursorShapefn eq(&self, other: &InputCursorShape) -> bool[src]
fn eq(&self, other: &InputCursorShape) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for InputCursorShape[src]
impl Eq for InputCursorShapeimpl Hash for InputCursorShape[src]
impl Hash for InputCursorShapeAuto Trait Implementations
impl Send for InputCursorShape
impl Send for InputCursorShapeimpl Sync for InputCursorShape
impl Sync for InputCursorShape