#[repr(i32)]pub enum XPLMCursorStatus {
Show 25 variants
xplm_CursorDefault = 0,
xplm_CursorHidden = 1,
xplm_CursorArrow = 2,
xplm_CursorCustom = 3,
xplm_CursorRotateSmall = 4,
xplm_CursorRotateSmallLeft = 5,
xplm_CursorRotateSmallRight = 6,
xplm_CursorRotateMedium = 7,
xplm_CursorRotateMediumLeft = 8,
xplm_CursorRotateMediumRight = 9,
xplm_CursorRotateLarge = 10,
xplm_CursorRotateLargeLeft = 11,
xplm_CursorRotateLargeRight = 12,
xplm_CursorUpDown = 13,
xplm_CursorDown = 14,
xplm_CursorUp = 15,
xplm_CursorLeftRight = 16,
xplm_CursorLeft = 17,
xplm_CursorRight = 18,
xplm_CursorButton = 19,
xplm_CursorHandle = 20,
xplm_CursorFourArrows = 21,
xplm_CursorSplitterH = 22,
xplm_CursorSplitterV = 23,
xplm_CursorText = 24,
}Variants§
xplm_CursorDefault = 0
xplm_CursorHidden = 1
xplm_CursorArrow = 2
xplm_CursorCustom = 3
xplm_CursorRotateSmall = 4
xplm_CursorRotateSmallLeft = 5
xplm_CursorRotateSmallRight = 6
xplm_CursorRotateMedium = 7
xplm_CursorRotateMediumLeft = 8
xplm_CursorRotateMediumRight = 9
xplm_CursorRotateLarge = 10
xplm_CursorRotateLargeLeft = 11
xplm_CursorRotateLargeRight = 12
xplm_CursorUpDown = 13
xplm_CursorDown = 14
xplm_CursorUp = 15
xplm_CursorLeftRight = 16
xplm_CursorLeft = 17
xplm_CursorRight = 18
xplm_CursorButton = 19
xplm_CursorHandle = 20
xplm_CursorFourArrows = 21
xplm_CursorSplitterH = 22
xplm_CursorSplitterV = 23
xplm_CursorText = 24
Trait Implementations§
Source§impl Clone for XPLMCursorStatus
impl Clone for XPLMCursorStatus
Source§fn clone(&self) -> XPLMCursorStatus
fn clone(&self) -> XPLMCursorStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for XPLMCursorStatus
impl Debug for XPLMCursorStatus
Source§impl Hash for XPLMCursorStatus
impl Hash for XPLMCursorStatus
Source§impl PartialEq for XPLMCursorStatus
impl PartialEq for XPLMCursorStatus
impl Copy for XPLMCursorStatus
impl Eq for XPLMCursorStatus
impl StructuralPartialEq for XPLMCursorStatus
Auto Trait Implementations§
impl Freeze for XPLMCursorStatus
impl RefUnwindSafe for XPLMCursorStatus
impl Send for XPLMCursorStatus
impl Sync for XPLMCursorStatus
impl Unpin for XPLMCursorStatus
impl UnwindSafe for XPLMCursorStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more