pub struct InputKey { /* private fields */ }Implementations§
Source§impl InputKey
impl InputKey
pub fn variable(&self) -> u32
pub fn variable_mut(&mut self) -> &mut u32
pub fn input_type(&self) -> &InputType
pub fn input_type_mut(&mut self) -> &mut InputType
pub fn specific_key(&self) -> bool
pub fn specific_key_mut(&mut self) -> &mut bool
pub fn state(&self) -> &State
pub fn state_mut(&mut self) -> &mut State
Trait Implementations§
impl StructuralPartialEq for InputKey
Auto Trait Implementations§
impl Freeze for InputKey
impl RefUnwindSafe for InputKey
impl Send for InputKey
impl Sync for InputKey
impl Unpin for InputKey
impl UnwindSafe for InputKey
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