Enum xplane_sys::XPLMProbeType
source · #[non_exhaustive]#[repr(u32)]pub enum XPLMProbeType {
Y = 0,
}Expand description
Terrain Y-Testing
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Y = 0
Trait Implementations§
source§impl Clone for XPLMProbeType
impl Clone for XPLMProbeType
source§fn clone(&self) -> XPLMProbeType
fn clone(&self) -> XPLMProbeType
Returns a copy 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 XPLMProbeType
impl Debug for XPLMProbeType
source§impl Hash for XPLMProbeType
impl Hash for XPLMProbeType
source§impl PartialEq for XPLMProbeType
impl PartialEq for XPLMProbeType
source§fn eq(&self, other: &XPLMProbeType) -> bool
fn eq(&self, other: &XPLMProbeType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for XPLMProbeType
impl Eq for XPLMProbeType
impl StructuralEq for XPLMProbeType
impl StructuralPartialEq for XPLMProbeType
Auto Trait Implementations§
impl RefUnwindSafe for XPLMProbeType
impl Send for XPLMProbeType
impl Sync for XPLMProbeType
impl Unpin for XPLMProbeType
impl UnwindSafe for XPLMProbeType
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