#[repr(C)]pub struct _ControllerEventsList {
pub AxisUpdate: Event_PadAxis,
}
Fields§
§AxisUpdate: Event_PadAxis
Trait Implementations§
Source§impl Clone for _ControllerEventsList
impl Clone for _ControllerEventsList
Source§fn clone(&self) -> _ControllerEventsList
fn clone(&self) -> _ControllerEventsList
Returns a copy 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 _ControllerEventsList
impl Debug for _ControllerEventsList
Source§impl Hash for _ControllerEventsList
impl Hash for _ControllerEventsList
Source§impl PartialEq for _ControllerEventsList
impl PartialEq for _ControllerEventsList
impl Copy for _ControllerEventsList
impl Eq for _ControllerEventsList
impl StructuralPartialEq for _ControllerEventsList
Auto Trait Implementations§
impl Freeze for _ControllerEventsList
impl RefUnwindSafe for _ControllerEventsList
impl !Send for _ControllerEventsList
impl !Sync for _ControllerEventsList
impl Unpin for _ControllerEventsList
impl UnwindSafe for _ControllerEventsList
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