#[repr(transparent)]pub struct XPLMCommandPhase(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl XPLMCommandPhase
impl XPLMCommandPhase
pub const Begin: XPLMCommandPhase
Source§impl XPLMCommandPhase
impl XPLMCommandPhase
pub const Continue: XPLMCommandPhase
Source§impl XPLMCommandPhase
impl XPLMCommandPhase
pub const End: XPLMCommandPhase
Trait Implementations§
Source§impl Clone for XPLMCommandPhase
impl Clone for XPLMCommandPhase
Source§fn clone(&self) -> XPLMCommandPhase
fn clone(&self) -> XPLMCommandPhase
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 XPLMCommandPhase
impl Debug for XPLMCommandPhase
Source§impl Hash for XPLMCommandPhase
impl Hash for XPLMCommandPhase
Source§impl PartialEq for XPLMCommandPhase
impl PartialEq for XPLMCommandPhase
impl Copy for XPLMCommandPhase
impl Eq for XPLMCommandPhase
impl StructuralPartialEq for XPLMCommandPhase
Auto Trait Implementations§
impl Freeze for XPLMCommandPhase
impl RefUnwindSafe for XPLMCommandPhase
impl Send for XPLMCommandPhase
impl Sync for XPLMCommandPhase
impl Unpin for XPLMCommandPhase
impl UnwindSafe for XPLMCommandPhase
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