Struct InjectedInputPenButtons
#[repr(transparent)]pub struct InjectedInputPenButtons(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAnd for InjectedInputPenButtons
impl BitAnd for InjectedInputPenButtons
§impl BitAndAssign for InjectedInputPenButtons
impl BitAndAssign for InjectedInputPenButtons
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for InjectedInputPenButtons
impl BitOr for InjectedInputPenButtons
§impl BitOrAssign for InjectedInputPenButtons
impl BitOrAssign for InjectedInputPenButtons
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for InjectedInputPenButtons
impl Clone for InjectedInputPenButtons
§fn clone(&self) -> InjectedInputPenButtons
fn clone(&self) -> InjectedInputPenButtons
Returns a copy 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 more§impl Debug for InjectedInputPenButtons
impl Debug for InjectedInputPenButtons
§impl Default for InjectedInputPenButtons
impl Default for InjectedInputPenButtons
§fn default() -> InjectedInputPenButtons
fn default() -> InjectedInputPenButtons
Returns the “default value” for a type. Read more
§impl Not for InjectedInputPenButtons
impl Not for InjectedInputPenButtons
§impl PartialEq for InjectedInputPenButtons
impl PartialEq for InjectedInputPenButtons
impl Copy for InjectedInputPenButtons
impl Eq for InjectedInputPenButtons
impl StructuralPartialEq for InjectedInputPenButtons
Auto Trait Implementations§
impl Freeze for InjectedInputPenButtons
impl RefUnwindSafe for InjectedInputPenButtons
impl Send for InjectedInputPenButtons
impl Sync for InjectedInputPenButtons
impl Unpin for InjectedInputPenButtons
impl UnwindSafe for InjectedInputPenButtons
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