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