#[repr(C)]pub struct b3KeyboardEvent {
pub m_keyCode: c_int,
pub m_keyState: c_int,
}Fields§
§m_keyCode: c_int§m_keyState: c_intTrait Implementations§
Source§impl Clone for b3KeyboardEvent
impl Clone for b3KeyboardEvent
Source§fn clone(&self) -> b3KeyboardEvent
fn clone(&self) -> b3KeyboardEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for b3KeyboardEvent
impl Debug for b3KeyboardEvent
Source§impl Default for b3KeyboardEvent
impl Default for b3KeyboardEvent
Source§fn default() -> b3KeyboardEvent
fn default() -> b3KeyboardEvent
Returns the “default value” for a type. Read more
impl Copy for b3KeyboardEvent
Auto Trait Implementations§
impl Freeze for b3KeyboardEvent
impl RefUnwindSafe for b3KeyboardEvent
impl Send for b3KeyboardEvent
impl Sync for b3KeyboardEvent
impl Unpin for b3KeyboardEvent
impl UnwindSafe for b3KeyboardEvent
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