#[repr(transparent)]pub struct XPLMTextureID(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl XPLMTextureID
impl XPLMTextureID
pub const Tex_GeneralInterface: XPLMTextureID
Trait Implementations§
Source§impl Clone for XPLMTextureID
impl Clone for XPLMTextureID
Source§fn clone(&self) -> XPLMTextureID
fn clone(&self) -> XPLMTextureID
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for XPLMTextureID
Source§impl Debug for XPLMTextureID
impl Debug for XPLMTextureID
impl Eq 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
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for XPLMTextureID
Auto Trait Implementations§
impl Freeze for XPLMTextureID
impl RefUnwindSafe for XPLMTextureID
impl Send for XPLMTextureID
impl Sync for XPLMTextureID
impl Unpin for XPLMTextureID
impl UnsafeUnpin 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