Enum gdk_sys::GdkCursorType [] [src]

#[repr(C)]
pub enum GdkCursorType { XCursor, Arrow, BasedArrowDown, BasedArrowUp, Boat, Bogosity, BottomLeftCorner, BottomRightCorner, BottomSide, BottomTee, BoxSpiral, CenterPtr, Circle, Clock, CoffeeMug, Cross, CrossReverse, Crosshair, DiamondCross, Dot, Dotbox, DoubleArrow, DraftLarge, DraftSmall, DrapedBox, Exchange, Fleur, Gobbler, Gumby, Hand1, Hand2, Heart, Icon, IronCross, LeftPtr, LeftSide, LeftTee, Leftbutton, LlAngle, LrAngle, Man, Middlebutton, Mouse, Pencil, Pirate, Plus, QuestionArrow, RightPtr, RightSide, RightTee, Rightbutton, RtlLogo, Sailboat, SbDownArrow, SbHDoubleArrow, SbLeftArrow, SbRightArrow, SbUpArrow, SbVDoubleArrow, Shuttle, Sizing, Spider, Spraycan, Star, Target, Tcross, TopLeftArrow, TopLeftCorner, TopRightCorner, TopSide, TopTee, Trek, UlAngle, Umbrella, UrAngle, Watch, Xterm, LastCursor, BlankCursor, CursorIsPixmap, }

Variants

Trait Implementations

impl Clone for GdkCursorType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GdkCursorType
[src]

impl Debug for GdkCursorType
[src]

Formats the value using the given formatter.

impl Eq for GdkCursorType
[src]

impl PartialEq for GdkCursorType
[src]

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

This method tests for !=.