#[repr(C)]pub struct HAL_JoystickButtons {
pub buttons: u32,
pub count: u8,
}Fields§
§count: u8Trait Implementations§
Source§impl Clone for HAL_JoystickButtons
impl Clone for HAL_JoystickButtons
Source§fn clone(&self) -> HAL_JoystickButtons
fn clone(&self) -> HAL_JoystickButtons
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 HAL_JoystickButtons
impl Debug for HAL_JoystickButtons
Source§impl Default for HAL_JoystickButtons
impl Default for HAL_JoystickButtons
Source§fn default() -> HAL_JoystickButtons
fn default() -> HAL_JoystickButtons
Returns the “default value” for a type. Read more
impl Copy for HAL_JoystickButtons
Auto Trait Implementations§
impl Freeze for HAL_JoystickButtons
impl RefUnwindSafe for HAL_JoystickButtons
impl Send for HAL_JoystickButtons
impl Sync for HAL_JoystickButtons
impl Unpin for HAL_JoystickButtons
impl UnwindSafe for HAL_JoystickButtons
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