Enum xplane_sys::XPLMMapOrientation
source · #[non_exhaustive]#[repr(u32)]pub enum XPLMMapOrientation {
Map = 0,
UI = 1,
}Expand description
MAP DRAWING
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.
Trait Implementations§
source§impl Clone for XPLMMapOrientation
impl Clone for XPLMMapOrientation
source§fn clone(&self) -> XPLMMapOrientation
fn clone(&self) -> XPLMMapOrientation
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 XPLMMapOrientation
impl Debug for XPLMMapOrientation
source§impl Hash for XPLMMapOrientation
impl Hash for XPLMMapOrientation
source§impl PartialEq for XPLMMapOrientation
impl PartialEq for XPLMMapOrientation
source§fn eq(&self, other: &XPLMMapOrientation) -> bool
fn eq(&self, other: &XPLMMapOrientation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for XPLMMapOrientation
impl Eq for XPLMMapOrientation
impl StructuralEq for XPLMMapOrientation
impl StructuralPartialEq for XPLMMapOrientation
Auto Trait Implementations§
impl RefUnwindSafe for XPLMMapOrientation
impl Send for XPLMMapOrientation
impl Sync for XPLMMapOrientation
impl Unpin for XPLMMapOrientation
impl UnwindSafe for XPLMMapOrientation
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