pub struct keycode(pub u32);
Expand description
Newtype for Glk keycode
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for keycode
impl Eq for keycode
impl StructuralPartialEq for keycode
Auto Trait Implementations§
impl Freeze for keycode
impl RefUnwindSafe for keycode
impl Send for keycode
impl Sync for keycode
impl Unpin for keycode
impl UnwindSafe for keycode
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