#[repr(C, packed(1))]pub struct joyinfo_tag {
pub wXpos: UINT,
pub wYpos: UINT,
pub wZpos: UINT,
pub wButtons: UINT,
}Fields§
§wXpos: UINT§wYpos: UINT§wZpos: UINT§wButtons: UINTTrait Implementations§
Source§impl Clone for joyinfo_tag
impl Clone for joyinfo_tag
Source§fn clone(&self) -> joyinfo_tag
fn clone(&self) -> joyinfo_tag
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 joyinfo_tag
impl Debug for joyinfo_tag
impl Copy for joyinfo_tag
Auto Trait Implementations§
impl Freeze for joyinfo_tag
impl RefUnwindSafe for joyinfo_tag
impl Send for joyinfo_tag
impl Sync for joyinfo_tag
impl Unpin for joyinfo_tag
impl UnwindSafe for joyinfo_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