#[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 · 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 XPLMMapStyle
impl Debug for XPLMMapStyle
Source§impl Hash for XPLMMapStyle
impl Hash for XPLMMapStyle
Source§impl PartialEq for XPLMMapStyle
impl PartialEq for XPLMMapStyle
impl Copy for XPLMMapStyle
impl Eq for XPLMMapStyle
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 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