#[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 · 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
impl Copy for XPLMTextureID
impl Eq for XPLMTextureID
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 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