#[repr(transparent)]pub struct XButtons {
pub raw: u16,
}
Expand description
XInput compatible button flags.
Fields§
§raw: u16
Implementations§
Trait Implementations§
impl Copy for XButtons
impl Eq for XButtons
impl StructuralPartialEq for XButtons
Auto Trait Implementations§
impl Freeze for XButtons
impl RefUnwindSafe for XButtons
impl Send for XButtons
impl Sync for XButtons
impl Unpin for XButtons
impl UnwindSafe for XButtons
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