#[repr(C)]pub struct tagRAWMOUSE {
pub usFlags: USHORT,
pub __bindgen_anon_1: tagRAWMOUSE__bindgen_ty_1,
pub ulRawButtons: ULONG,
pub lLastX: LONG,
pub lLastY: LONG,
pub ulExtraInformation: ULONG,
}
Fields§
§usFlags: USHORT
§__bindgen_anon_1: tagRAWMOUSE__bindgen_ty_1
§ulRawButtons: ULONG
§lLastX: LONG
§lLastY: LONG
§ulExtraInformation: ULONG
Trait Implementations§
Source§impl Clone for tagRAWMOUSE
impl Clone for tagRAWMOUSE
Source§fn clone(&self) -> tagRAWMOUSE
fn clone(&self) -> tagRAWMOUSE
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 moreimpl Copy for tagRAWMOUSE
Auto Trait Implementations§
impl Freeze for tagRAWMOUSE
impl RefUnwindSafe for tagRAWMOUSE
impl Send for tagRAWMOUSE
impl Sync for tagRAWMOUSE
impl Unpin for tagRAWMOUSE
impl UnwindSafe for tagRAWMOUSE
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