Struct classicube_sys::BindMapping_
source · #[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 copy 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_
source§fn eq(&self, other: &BindMapping_) -> bool
fn eq(&self, other: &BindMapping_) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)