pub struct EvCode(/* private fields */);
Expand description
Platform specific representation of axis or button.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EvCode
impl<'de> Deserialize<'de> for EvCode
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 Ord for EvCode
impl Ord for EvCode
Source§impl PartialOrd for EvCode
impl PartialOrd for EvCode
impl Copy for EvCode
impl Eq for EvCode
impl StructuralPartialEq for EvCode
Auto Trait Implementations§
impl Freeze for EvCode
impl RefUnwindSafe for EvCode
impl Send for EvCode
impl Sync for EvCode
impl Unpin for EvCode
impl UnwindSafe for EvCode
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