Enum xplane_sys::XPCaptionProperty
source · #[non_exhaustive]#[repr(u32)]pub enum XPCaptionProperty {
CaptionLit = 1_600,
}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.
CaptionLit = 1_600
Trait Implementations§
source§impl Clone for XPCaptionProperty
impl Clone for XPCaptionProperty
source§fn clone(&self) -> XPCaptionProperty
fn clone(&self) -> XPCaptionProperty
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 XPCaptionProperty
impl Debug for XPCaptionProperty
source§impl Hash for XPCaptionProperty
impl Hash for XPCaptionProperty
source§impl PartialEq for XPCaptionProperty
impl PartialEq for XPCaptionProperty
source§fn eq(&self, other: &XPCaptionProperty) -> bool
fn eq(&self, other: &XPCaptionProperty) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for XPCaptionProperty
impl Eq for XPCaptionProperty
impl StructuralEq for XPCaptionProperty
impl StructuralPartialEq for XPCaptionProperty
Auto Trait Implementations§
impl RefUnwindSafe for XPCaptionProperty
impl Send for XPCaptionProperty
impl Sync for XPCaptionProperty
impl Unpin for XPCaptionProperty
impl UnwindSafe for XPCaptionProperty
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