Struct vc6_sys::joyinfoex_tag
source · #[repr(C, packed(2))]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
impl Copy for joyinfoex_tag
Auto Trait Implementations§
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