Struct InjectedInputPoint
#[repr(C)]pub struct InjectedInputPoint {
pub PositionX: i32,
pub PositionY: i32,
}
Fields§
§PositionX: i32
§PositionY: i32
Trait Implementations§
§impl Clone for InjectedInputPoint
impl Clone for InjectedInputPoint
§fn clone(&self) -> InjectedInputPoint
fn clone(&self) -> InjectedInputPoint
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 InjectedInputPoint
impl Debug for InjectedInputPoint
§impl Default for InjectedInputPoint
impl Default for InjectedInputPoint
§fn default() -> InjectedInputPoint
fn default() -> InjectedInputPoint
Returns the “default value” for a type. Read more
§impl PartialEq for InjectedInputPoint
impl PartialEq for InjectedInputPoint
impl Copy for InjectedInputPoint
impl StructuralPartialEq for InjectedInputPoint
Auto Trait Implementations§
impl Freeze for InjectedInputPoint
impl RefUnwindSafe for InjectedInputPoint
impl Send for InjectedInputPoint
impl Sync for InjectedInputPoint
impl Unpin for InjectedInputPoint
impl UnwindSafe for InjectedInputPoint
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