#[repr(C)]pub struct sfJoystickConnectEvent {
pub type_: sfEventType,
pub joystickId: c_uint,
}
Fields§
§type_: sfEventType
§joystickId: c_uint
Trait Implementations§
Source§impl Clone for sfJoystickConnectEvent
impl Clone for sfJoystickConnectEvent
Source§fn clone(&self) -> sfJoystickConnectEvent
fn clone(&self) -> sfJoystickConnectEvent
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 sfJoystickConnectEvent
impl Debug for sfJoystickConnectEvent
Source§impl Hash for sfJoystickConnectEvent
impl Hash for sfJoystickConnectEvent
Source§impl Ord for sfJoystickConnectEvent
impl Ord for sfJoystickConnectEvent
Source§fn cmp(&self, other: &sfJoystickConnectEvent) -> Ordering
fn cmp(&self, other: &sfJoystickConnectEvent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for sfJoystickConnectEvent
impl PartialEq for sfJoystickConnectEvent
Source§impl PartialOrd for sfJoystickConnectEvent
impl PartialOrd for sfJoystickConnectEvent
impl Copy for sfJoystickConnectEvent
impl Eq for sfJoystickConnectEvent
impl StructuralPartialEq for sfJoystickConnectEvent
Auto Trait Implementations§
impl Freeze for sfJoystickConnectEvent
impl RefUnwindSafe for sfJoystickConnectEvent
impl Send for sfJoystickConnectEvent
impl Sync for sfJoystickConnectEvent
impl Unpin for sfJoystickConnectEvent
impl UnwindSafe for sfJoystickConnectEvent
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