#[repr(C)]pub struct SDL_ControllerDeviceEvent {
pub type_: Uint32,
pub timestamp: Uint32,
pub which: Sint32,
}Fields§
§type_: Uint32§timestamp: Uint32§which: Sint32Trait Implementations§
Source§impl Clone for SDL_ControllerDeviceEvent
impl Clone for SDL_ControllerDeviceEvent
Source§fn clone(&self) -> SDL_ControllerDeviceEvent
fn clone(&self) -> SDL_ControllerDeviceEvent
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 SDL_ControllerDeviceEvent
impl Debug for SDL_ControllerDeviceEvent
impl Copy for SDL_ControllerDeviceEvent
Auto Trait Implementations§
impl Freeze for SDL_ControllerDeviceEvent
impl RefUnwindSafe for SDL_ControllerDeviceEvent
impl Send for SDL_ControllerDeviceEvent
impl Sync for SDL_ControllerDeviceEvent
impl Unpin for SDL_ControllerDeviceEvent
impl UnwindSafe for SDL_ControllerDeviceEvent
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