#[repr(transparent)]pub struct SetWindowsHookEx_idHook(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl SetWindowsHookEx_idHook
impl SetWindowsHookEx_idHook
pub const WH_CALLWNDPROC: Self
pub const WH_CALLWNDPROCRET: Self
pub const WH_CBT: Self
pub const WH_DEBUG: Self
pub const WH_FOREGROUNDIDLE: Self
pub const WH_GETMESSAGE: Self
pub const WH_JOURNALPLAYBACK: Self
pub const WH_JOURNALRECORD: Self
pub const WH_KEYBOARD: Self
pub const WH_KEYBOARD_LL: Self
pub const WH_MOUSE: Self
pub const WH_MOUSE_LL: Self
pub const WH_MSGFILTER: Self
pub const WH_SHELL: Self
pub const WH_SYSMSGFILTER: Self
Trait Implementations§
Source§impl Abi for SetWindowsHookEx_idHook
impl Abi for SetWindowsHookEx_idHook
Source§type Abi = SetWindowsHookEx_idHook
type Abi = SetWindowsHookEx_idHook
The abi representation of the implementing type. Read more
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.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for SetWindowsHookEx_idHook
impl Clone for SetWindowsHookEx_idHook
Source§fn clone(&self) -> SetWindowsHookEx_idHook
fn clone(&self) -> SetWindowsHookEx_idHook
Returns a duplicate 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 SetWindowsHookEx_idHook
impl Debug for SetWindowsHookEx_idHook
Source§impl Default for SetWindowsHookEx_idHook
impl Default for SetWindowsHookEx_idHook
Source§fn default() -> SetWindowsHookEx_idHook
fn default() -> SetWindowsHookEx_idHook
Returns the “default value” for a type. Read more
Source§impl From<i32> for SetWindowsHookEx_idHook
impl From<i32> for SetWindowsHookEx_idHook
Source§impl PartialEq for SetWindowsHookEx_idHook
impl PartialEq for SetWindowsHookEx_idHook
impl Copy for SetWindowsHookEx_idHook
impl Eq for SetWindowsHookEx_idHook
impl StructuralPartialEq for SetWindowsHookEx_idHook
Auto Trait Implementations§
impl Freeze for SetWindowsHookEx_idHook
impl RefUnwindSafe for SetWindowsHookEx_idHook
impl Send for SetWindowsHookEx_idHook
impl Sync for SetWindowsHookEx_idHook
impl Unpin for SetWindowsHookEx_idHook
impl UnwindSafe for SetWindowsHookEx_idHook
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