#[repr(transparent)]pub struct XPLMFlightLoopPhaseType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for XPLMFlightLoopPhaseType
impl Clone for XPLMFlightLoopPhaseType
Source§fn clone(&self) -> XPLMFlightLoopPhaseType
fn clone(&self) -> XPLMFlightLoopPhaseType
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 XPLMFlightLoopPhaseType
Source§impl Debug for XPLMFlightLoopPhaseType
impl Debug for XPLMFlightLoopPhaseType
impl Eq for XPLMFlightLoopPhaseType
Source§impl Hash for XPLMFlightLoopPhaseType
impl Hash for XPLMFlightLoopPhaseType
Source§impl PartialEq for XPLMFlightLoopPhaseType
impl PartialEq for XPLMFlightLoopPhaseType
Source§fn eq(&self, other: &XPLMFlightLoopPhaseType) -> bool
fn eq(&self, other: &XPLMFlightLoopPhaseType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for XPLMFlightLoopPhaseType
Auto Trait Implementations§
impl Freeze for XPLMFlightLoopPhaseType
impl RefUnwindSafe for XPLMFlightLoopPhaseType
impl Send for XPLMFlightLoopPhaseType
impl Sync for XPLMFlightLoopPhaseType
impl Unpin for XPLMFlightLoopPhaseType
impl UnsafeUnpin for XPLMFlightLoopPhaseType
impl UnwindSafe for XPLMFlightLoopPhaseType
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