pub struct AxisUpdateEvent {
pub port: c_int,
pub axis: c_int,
pub x: c_float,
pub y: c_float,
}
Fields§
§port: c_int
§axis: c_int
§x: c_float
§y: c_float
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AxisUpdateEvent
impl RefUnwindSafe for AxisUpdateEvent
impl Send for AxisUpdateEvent
impl Sync for AxisUpdateEvent
impl Unpin for AxisUpdateEvent
impl UnwindSafe for AxisUpdateEvent
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