#[repr(C)]pub struct BindMapping_ {
    pub button1: cc_uint8,
    pub button2: cc_uint8,
}Fields§
Trait Implementations§
Source§impl Clone for BindMapping_
 
impl Clone for BindMapping_
Source§fn clone(&self) -> BindMapping_
 
fn clone(&self) -> BindMapping_
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 BindMapping_
 
impl Debug for BindMapping_
Source§impl Hash for BindMapping_
 
impl Hash for BindMapping_
Source§impl PartialEq for BindMapping_
 
impl PartialEq for BindMapping_
impl Copy for BindMapping_
impl Eq for BindMapping_
impl StructuralPartialEq for BindMapping_
Auto Trait Implementations§
impl Freeze for BindMapping_
impl RefUnwindSafe for BindMapping_
impl Send for BindMapping_
impl Sync for BindMapping_
impl Unpin for BindMapping_
impl UnwindSafe for BindMapping_
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