Enum xplane_sys::XPElementStyle
source · #[non_exhaustive]#[repr(u32)]pub enum XPElementStyle {
Show 36 variants
TextField = 6,
CheckBox = 9,
CheckBoxLit = 10,
WindowCloseBox = 14,
WindowCloseBoxPressed = 15,
PushButton = 16,
PushButtonLit = 17,
OilPlatform = 24,
OilPlatformSmall = 25,
Ship = 26,
ILSGlideScope = 27,
MarkerLeft = 28,
Airport = 29,
Waypoint = 30,
NDB = 31,
VOR = 32,
RadioTower = 33,
AircraftCarrier = 34,
Fire = 35,
MarkerRight = 36,
CustomObject = 37,
CoolingTower = 38,
SmokeStack = 39,
Building = 40,
PowerLine = 41,
CopyButtons = 45,
CopyButtonsWithEditingGrid = 46,
EditingGrid = 47,
ScrollBar = 48,
VORWithCompassRose = 49,
Zoomer = 51,
TextFieldMiddle = 52,
LittleDownArrow = 53,
LittleUpArrow = 54,
WindowDragBar = 61,
WindowDragBarSmooth = 62,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
TextField = 6
CheckBox = 9
CheckBoxLit = 10
WindowCloseBox = 14
WindowCloseBoxPressed = 15
PushButton = 16
PushButtonLit = 17
OilPlatform = 24
OilPlatformSmall = 25
Ship = 26
ILSGlideScope = 27
MarkerLeft = 28
Airport = 29
Waypoint = 30
NDB = 31
VOR = 32
RadioTower = 33
AircraftCarrier = 34
Fire = 35
MarkerRight = 36
CustomObject = 37
CoolingTower = 38
SmokeStack = 39
Building = 40
PowerLine = 41
CopyButtons = 45
CopyButtonsWithEditingGrid = 46
EditingGrid = 47
ScrollBar = 48
VORWithCompassRose = 49
Zoomer = 51
TextFieldMiddle = 52
LittleDownArrow = 53
LittleUpArrow = 54
WindowDragBar = 61
WindowDragBarSmooth = 62
Trait Implementations§
source§impl Clone for XPElementStyle
impl Clone for XPElementStyle
source§fn clone(&self) -> XPElementStyle
fn clone(&self) -> XPElementStyle
Returns a copy 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 XPElementStyle
impl Debug for XPElementStyle
source§impl Hash for XPElementStyle
impl Hash for XPElementStyle
source§impl PartialEq for XPElementStyle
impl PartialEq for XPElementStyle
source§fn eq(&self, other: &XPElementStyle) -> bool
fn eq(&self, other: &XPElementStyle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for XPElementStyle
impl Eq for XPElementStyle
impl StructuralEq for XPElementStyle
impl StructuralPartialEq for XPElementStyle
Auto Trait Implementations§
impl RefUnwindSafe for XPElementStyle
impl Send for XPElementStyle
impl Sync for XPElementStyle
impl Unpin for XPElementStyle
impl UnwindSafe for XPElementStyle
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