#[repr(transparent)]pub struct XPLMMapStyle(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl XPLMMapStyle
impl XPLMMapStyle
pub const VFR_Sectional: XPLMMapStyle
Source§impl XPLMMapStyle
impl XPLMMapStyle
pub const IFR_LowEnroute: XPLMMapStyle
Source§impl XPLMMapStyle
impl XPLMMapStyle
pub const IFR_HighEnroute: XPLMMapStyle
Trait Implementations§
Source§impl Clone for XPLMMapStyle
impl Clone for XPLMMapStyle
Source§fn clone(&self) -> XPLMMapStyle
fn clone(&self) -> XPLMMapStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for XPLMMapStyle
Source§impl Debug for XPLMMapStyle
impl Debug for XPLMMapStyle
impl Eq for XPLMMapStyle
Source§impl Hash for XPLMMapStyle
impl Hash for XPLMMapStyle
Source§impl PartialEq for XPLMMapStyle
impl PartialEq for XPLMMapStyle
Source§fn eq(&self, other: &XPLMMapStyle) -> bool
fn eq(&self, other: &XPLMMapStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for XPLMMapStyle
Auto Trait Implementations§
impl Freeze for XPLMMapStyle
impl RefUnwindSafe for XPLMMapStyle
impl Send for XPLMMapStyle
impl Sync for XPLMMapStyle
impl Unpin for XPLMMapStyle
impl UnsafeUnpin for XPLMMapStyle
impl UnwindSafe for XPLMMapStyle
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