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
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
LlAngle
LrAngle
Man
Mouse
Pencil
Pirate
Plus
QuestionArrow
RightPtr
RightSide
RightTee
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
Trait Implementations
impl Clone for GdkCursorType
[src]
fn clone(&self) -> GdkCursorType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more