#[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 · 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 XPLMBankID
impl Debug for XPLMBankID
Source§impl Hash for XPLMBankID
impl Hash for XPLMBankID
Source§impl PartialEq for XPLMBankID
impl PartialEq for XPLMBankID
impl Copy for XPLMBankID
impl Eq for XPLMBankID
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 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