pub struct KeySym(pub u32);
Expand description
A keysym.
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl<'de> Deserialize<'de> for KeySym
impl<'de> Deserialize<'de> for KeySym
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 From<KeySym> for ModifiedKeySym
impl From<KeySym> for ModifiedKeySym
impl Copy for KeySym
impl Eq for KeySym
impl StructuralPartialEq for KeySym
Auto Trait Implementations§
impl Freeze for KeySym
impl RefUnwindSafe for KeySym
impl Send for KeySym
impl Sync for KeySym
impl Unpin for KeySym
impl UnwindSafe for KeySym
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