#[repr(transparent)]pub struct XPElementStyle(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl XPElementStyle
impl XPElementStyle
pub const TextField: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const CheckBox: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const CheckBoxLit: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const WindowCloseBox: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const WindowCloseBoxPressed: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const PushButton: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const PushButtonLit: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const OilPlatform: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const OilPlatformSmall: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const Ship: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const ILSGlideScope: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const MarkerLeft: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const Airport: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const Waypoint: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const NDB: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const VOR: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const RadioTower: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const AircraftCarrier: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const Fire: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const MarkerRight: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const CustomObject: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const CoolingTower: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const SmokeStack: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const Building: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const PowerLine: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const CopyButtons: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const CopyButtonsWithEditingGrid: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const EditingGrid: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const ScrollBar: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const VORWithCompassRose: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const Zoomer: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const TextFieldMiddle: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const LittleDownArrow: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const LittleUpArrow: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const WindowDragBar: XPElementStyle
Source§impl XPElementStyle
impl XPElementStyle
pub const WindowDragBarSmooth: XPElementStyle
Trait Implementations§
Source§impl Clone for XPElementStyle
impl Clone for XPElementStyle
Source§fn clone(&self) -> XPElementStyle
fn clone(&self) -> XPElementStyle
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 XPElementStyle
impl Debug for XPElementStyle
Source§impl Hash for XPElementStyle
impl Hash for XPElementStyle
Source§impl PartialEq for XPElementStyle
impl PartialEq for XPElementStyle
impl Copy for XPElementStyle
impl Eq for XPElementStyle
impl StructuralPartialEq for XPElementStyle
Auto Trait Implementations§
impl Freeze for XPElementStyle
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