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