#[repr(C)]pub struct DesktopInput {
pub uMousePosX: UINT16,
pub uMousePosY: UINT16,
pub uKeyCode: UINT32,
pub uKeyState: DesktopKeyStates,
}Fields§
§uMousePosX: UINT16§uMousePosY: UINT16§uKeyCode: UINT32§uKeyState: DesktopKeyStatesTrait Implementations§
Source§impl Clone for DesktopInput
impl Clone for DesktopInput
Source§fn clone(&self) -> DesktopInput
fn clone(&self) -> DesktopInput
Returns a duplicate 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 moreSource§impl Debug for DesktopInput
impl Debug for DesktopInput
Source§impl Default for DesktopInput
impl Default for DesktopInput
Source§fn default() -> DesktopInput
fn default() -> DesktopInput
Returns the “default value” for a type. Read more
impl Copy for DesktopInput
Auto Trait Implementations§
impl Freeze for DesktopInput
impl RefUnwindSafe for DesktopInput
impl Send for DesktopInput
impl Sync for DesktopInput
impl Unpin for DesktopInput
impl UnwindSafe for DesktopInput
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