#[repr(transparent)]pub struct XPLMFontID(pub c_uint);Expand description
X-PLANE TEXT
Tuple Fields§
§0: c_uintImplementations§
Source§impl XPLMFontID
impl XPLMFontID
pub const Basic: XPLMFontID
Source§impl XPLMFontID
impl XPLMFontID
pub const Proportional: XPLMFontID
Trait Implementations§
Source§impl Clone for XPLMFontID
impl Clone for XPLMFontID
Source§fn clone(&self) -> XPLMFontID
fn clone(&self) -> XPLMFontID
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 XPLMFontID
impl Debug for XPLMFontID
Source§impl Hash for XPLMFontID
impl Hash for XPLMFontID
Source§impl PartialEq for XPLMFontID
impl PartialEq for XPLMFontID
impl Copy for XPLMFontID
impl Eq for XPLMFontID
impl StructuralPartialEq for XPLMFontID
Auto Trait Implementations§
impl Freeze for XPLMFontID
impl RefUnwindSafe for XPLMFontID
impl Send for XPLMFontID
impl Sync for XPLMFontID
impl Unpin for XPLMFontID
impl UnwindSafe for XPLMFontID
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