Enum gdnative::ControlCursorShape [] [src]

#[repr(u32)]
pub enum ControlCursorShape { CursorIbeam, CursorVsplit, CursorPointingHand, CursorBusy, CursorFdiagsize, CursorHsize, CursorCanDrop, CursorCross, CursorWait, CursorDrag, CursorVsize, CursorArrow, CursorHelp, CursorBdiagsize, CursorForbidden, CursorMove, CursorHsplit, }

Variants

Trait Implementations

impl Copy for ControlCursorShape
[src]

impl Clone for ControlCursorShape
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ControlCursorShape
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ControlCursorShape
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for ControlCursorShape
[src]

impl Hash for ControlCursorShape
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations