#[repr(transparent)]pub struct HWINEVENTHOOK(pub isize);
Tuple Fields§
§0: isize
Implementations§
Trait Implementations§
Source§impl Abi for HWINEVENTHOOK
impl Abi for HWINEVENTHOOK
Source§type Abi = HWINEVENTHOOK
type Abi = HWINEVENTHOOK
The abi representation of the implementing type. Read more
type DefaultType = HWINEVENTHOOK
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 Default for HWINEVENTHOOK
impl Default for HWINEVENTHOOK
Source§impl PartialEq for HWINEVENTHOOK
impl PartialEq for HWINEVENTHOOK
impl Copy for HWINEVENTHOOK
impl Eq 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