#[repr(C)]pub struct HSD_Pad {Show 22 fields
pub held: c_int,
pub heldPrev: c_int,
pub down: c_int,
pub rapidFire: c_int,
pub up: c_int,
pub rapidTimer: c_int,
pub stickX: s8,
pub stickY: s8,
pub substickX: s8,
pub substickY: s8,
pub triggerLeft: u8_,
pub triggerRight: u8_,
pub fstickX: f32,
pub fstickY: f32,
pub fsubstickX: f32,
pub fsubstickY: f32,
pub ftriggerLeft: f32,
pub ftriggerRight: f32,
pub x38: f32,
pub x3c: f32,
pub x40: u8_,
pub status: u8_,
}Fields§
§held: c_int§heldPrev: c_int§down: c_int§rapidFire: c_int§up: c_int§rapidTimer: c_int§stickX: s8§stickY: s8§substickX: s8§substickY: s8§triggerLeft: u8_§triggerRight: u8_§fstickX: f32§fstickY: f32§fsubstickX: f32§fsubstickY: f32§ftriggerLeft: f32§ftriggerRight: f32§x38: f32§x3c: f32§x40: u8_§status: u8_Trait Implementations§
Auto Trait Implementations§
impl Freeze for HSD_Pad
impl RefUnwindSafe for HSD_Pad
impl Send for HSD_Pad
impl Sync for HSD_Pad
impl Unpin for HSD_Pad
impl UnwindSafe for HSD_Pad
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