#[repr(C)]pub struct HTOUCHINPUT__ {
pub unused: c_int,
}
Fields§
§unused: c_int
Trait Implementations§
Source§impl Clone for HTOUCHINPUT__
impl Clone for HTOUCHINPUT__
Source§fn clone(&self) -> HTOUCHINPUT__
fn clone(&self) -> HTOUCHINPUT__
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 HTOUCHINPUT__
impl Debug for HTOUCHINPUT__
Source§impl Ord for HTOUCHINPUT__
impl Ord for HTOUCHINPUT__
Source§fn cmp(&self, other: &HTOUCHINPUT__) -> Ordering
fn cmp(&self, other: &HTOUCHINPUT__) -> 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 PartialEq for HTOUCHINPUT__
impl PartialEq for HTOUCHINPUT__
Source§impl PartialOrd for HTOUCHINPUT__
impl PartialOrd for HTOUCHINPUT__
impl Copy for HTOUCHINPUT__
impl Eq for HTOUCHINPUT__
impl StructuralPartialEq for HTOUCHINPUT__
Auto Trait Implementations§
impl Freeze for HTOUCHINPUT__
impl RefUnwindSafe for HTOUCHINPUT__
impl Send for HTOUCHINPUT__
impl Sync for HTOUCHINPUT__
impl Unpin for HTOUCHINPUT__
impl UnwindSafe for HTOUCHINPUT__
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