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