pub enum ButtonMapping {
LMR,
LRM,
}
Variants§
Trait Implementations§
Source§impl Clone for ButtonMapping
impl Clone for ButtonMapping
Source§fn clone(&self) -> ButtonMapping
fn clone(&self) -> ButtonMapping
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 ButtonMapping
impl Debug for ButtonMapping
Source§impl<'de> Deserialize<'de> for ButtonMapping
impl<'de> Deserialize<'de> for ButtonMapping
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ButtonMapping
impl PartialEq for ButtonMapping
Source§impl Serialize for ButtonMapping
impl Serialize for ButtonMapping
impl Copy for ButtonMapping
impl StructuralPartialEq for ButtonMapping
Auto Trait Implementations§
impl Freeze for ButtonMapping
impl RefUnwindSafe for ButtonMapping
impl Send for ButtonMapping
impl Sync for ButtonMapping
impl Unpin for ButtonMapping
impl UnwindSafe for ButtonMapping
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