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