#[repr(C)]pub struct InputBtnEvent {
pub button: u32,
pub down: bool,
}Fields§
§down: boolTrait Implementations§
Source§impl Clone for InputBtnEvent
impl Clone for InputBtnEvent
Source§fn clone(&self) -> InputBtnEvent
fn clone(&self) -> InputBtnEvent
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 InputBtnEvent
impl Debug for InputBtnEvent
impl Copy for InputBtnEvent
Auto Trait Implementations§
impl Freeze for InputBtnEvent
impl RefUnwindSafe for InputBtnEvent
impl Send for InputBtnEvent
impl Sync for InputBtnEvent
impl Unpin for InputBtnEvent
impl UnwindSafe for InputBtnEvent
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