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