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