#[repr(transparent)]pub struct XPLMMapOrientation(pub c_uint);Expand description
MAP DRAWING
Tuple Fields§
§0: c_uintImplementations§
Source§impl XPLMMapOrientation
impl XPLMMapOrientation
pub const Map: XPLMMapOrientation
Source§impl XPLMMapOrientation
impl XPLMMapOrientation
pub const UI: XPLMMapOrientation
Trait Implementations§
Source§impl Clone for XPLMMapOrientation
impl Clone for XPLMMapOrientation
Source§fn clone(&self) -> XPLMMapOrientation
fn clone(&self) -> XPLMMapOrientation
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 XPLMMapOrientation
impl Debug for XPLMMapOrientation
Source§impl Hash for XPLMMapOrientation
impl Hash for XPLMMapOrientation
Source§impl PartialEq for XPLMMapOrientation
impl PartialEq for XPLMMapOrientation
impl Copy for XPLMMapOrientation
impl Eq for XPLMMapOrientation
impl StructuralPartialEq for XPLMMapOrientation
Auto Trait Implementations§
impl Freeze for XPLMMapOrientation
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