#[repr(transparent)]pub struct XPLMBankID(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl XPLMBankID
impl XPLMBankID
pub const Master: XPLMBankID
Source§impl XPLMBankID
impl XPLMBankID
pub const Radio: XPLMBankID
Trait Implementations§
Source§impl Clone for XPLMBankID
impl Clone for XPLMBankID
Source§fn clone(&self) -> XPLMBankID
fn clone(&self) -> XPLMBankID
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 XPLMBankID
Source§impl Debug for XPLMBankID
impl Debug for XPLMBankID
impl Eq for XPLMBankID
Source§impl Hash for XPLMBankID
impl Hash for XPLMBankID
Source§impl PartialEq for XPLMBankID
impl PartialEq for XPLMBankID
Source§fn eq(&self, other: &XPLMBankID) -> bool
fn eq(&self, other: &XPLMBankID) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for XPLMBankID
Auto Trait Implementations§
impl Freeze for XPLMBankID
impl RefUnwindSafe for XPLMBankID
impl Send for XPLMBankID
impl Sync for XPLMBankID
impl Unpin for XPLMBankID
impl UnsafeUnpin for XPLMBankID
impl UnwindSafe for XPLMBankID
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