Struct vigem_client::XButtons
source · [−]#[repr(transparent)]pub struct XButtons {
pub raw: u16,
}Expand description
XInput compatible button flags.
Fields
raw: u16Implementations
Trait Implementations
impl Copy for XButtons
impl Eq for XButtons
impl StructuralEq for XButtons
impl StructuralPartialEq for XButtons
Auto Trait Implementations
impl RefUnwindSafe for XButtons
impl Send for XButtons
impl Sync for XButtons
impl Unpin for XButtons
impl UnwindSafe for XButtons
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more