#[repr(C)]pub struct HSYNTHETICPOINTERDEVICE__ {
pub unused: c_int,
}
Fields§
§unused: c_int
Trait Implementations§
Source§impl Clone for HSYNTHETICPOINTERDEVICE__
impl Clone for HSYNTHETICPOINTERDEVICE__
Source§fn clone(&self) -> HSYNTHETICPOINTERDEVICE__
fn clone(&self) -> HSYNTHETICPOINTERDEVICE__
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 moreSource§impl Debug for HSYNTHETICPOINTERDEVICE__
impl Debug for HSYNTHETICPOINTERDEVICE__
Source§impl Ord for HSYNTHETICPOINTERDEVICE__
impl Ord for HSYNTHETICPOINTERDEVICE__
Source§fn cmp(&self, other: &HSYNTHETICPOINTERDEVICE__) -> Ordering
fn cmp(&self, other: &HSYNTHETICPOINTERDEVICE__) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for HSYNTHETICPOINTERDEVICE__
impl PartialOrd for HSYNTHETICPOINTERDEVICE__
impl Copy for HSYNTHETICPOINTERDEVICE__
impl Eq for HSYNTHETICPOINTERDEVICE__
impl StructuralPartialEq for HSYNTHETICPOINTERDEVICE__
Auto Trait Implementations§
impl Freeze for HSYNTHETICPOINTERDEVICE__
impl RefUnwindSafe for HSYNTHETICPOINTERDEVICE__
impl Send for HSYNTHETICPOINTERDEVICE__
impl Sync for HSYNTHETICPOINTERDEVICE__
impl Unpin for HSYNTHETICPOINTERDEVICE__
impl UnwindSafe for HSYNTHETICPOINTERDEVICE__
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