#[repr(C, packed(1))]pub struct joyinfoex_tag {}Fields§
§dwSize: DWORD§dwFlags: DWORD§dwXpos: DWORD§dwYpos: DWORD§dwZpos: DWORD§dwRpos: DWORD§dwUpos: DWORD§dwVpos: DWORD§dwButtons: DWORD§dwButtonNumber: DWORD§dwPOV: DWORD§dwReserved1: DWORD§dwReserved2: DWORDTrait Implementations§
Source§impl Clone for joyinfoex_tag
impl Clone for joyinfoex_tag
Source§fn clone(&self) -> joyinfoex_tag
fn clone(&self) -> joyinfoex_tag
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 joyinfoex_tag
impl Debug for joyinfoex_tag
Source§impl Ord for joyinfoex_tag
impl Ord for joyinfoex_tag
Source§fn cmp(&self, other: &joyinfoex_tag) -> Ordering
fn cmp(&self, other: &joyinfoex_tag) -> 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 joyinfoex_tag
impl PartialEq for joyinfoex_tag
Source§impl PartialOrd for joyinfoex_tag
impl PartialOrd for joyinfoex_tag
impl Copy for joyinfoex_tag
impl Eq for joyinfoex_tag
impl StructuralPartialEq for joyinfoex_tag
Auto Trait Implementations§
impl Freeze for joyinfoex_tag
impl RefUnwindSafe for joyinfoex_tag
impl Send for joyinfoex_tag
impl Sync for joyinfoex_tag
impl Unpin for joyinfoex_tag
impl UnwindSafe for joyinfoex_tag
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