#[repr(transparent)]pub struct retro_key(pub c_uint);
Expand description
Keysyms used for ID in input state callback when polling RETRO_KEYBOARD.
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
impl Copy for retro_key
impl Eq for retro_key
impl StructuralPartialEq for retro_key
Auto Trait Implementations§
impl Freeze for retro_key
impl RefUnwindSafe for retro_key
impl Send for retro_key
impl Sync for retro_key
impl Unpin for retro_key
impl UnwindSafe for retro_key
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