#[repr(C)]pub struct sfJoystickIdentification {
pub name: *const c_char,
pub vendorId: c_uint,
pub productId: c_uint,
}
Fields§
§name: *const c_char
§vendorId: c_uint
§productId: c_uint
Trait Implementations§
Source§impl Clone for sfJoystickIdentification
impl Clone for sfJoystickIdentification
Source§fn clone(&self) -> sfJoystickIdentification
fn clone(&self) -> sfJoystickIdentification
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 sfJoystickIdentification
impl Debug for sfJoystickIdentification
Source§impl Hash for sfJoystickIdentification
impl Hash for sfJoystickIdentification
Source§impl Ord for sfJoystickIdentification
impl Ord for sfJoystickIdentification
Source§fn cmp(&self, other: &sfJoystickIdentification) -> Ordering
fn cmp(&self, other: &sfJoystickIdentification) -> 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 sfJoystickIdentification
impl PartialEq for sfJoystickIdentification
Source§impl PartialOrd for sfJoystickIdentification
impl PartialOrd for sfJoystickIdentification
impl Copy for sfJoystickIdentification
impl Eq for sfJoystickIdentification
impl StructuralPartialEq for sfJoystickIdentification
Auto Trait Implementations§
impl Freeze for sfJoystickIdentification
impl RefUnwindSafe for sfJoystickIdentification
impl !Send for sfJoystickIdentification
impl !Sync for sfJoystickIdentification
impl Unpin for sfJoystickIdentification
impl UnwindSafe for sfJoystickIdentification
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