#[repr(C)]pub struct SHELLHOOKINFO {
pub hwnd: HWND,
pub rc: RECT,
}
Fields§
§hwnd: HWND
§rc: RECT
Trait Implementations§
Source§impl Abi for SHELLHOOKINFO
impl Abi for SHELLHOOKINFO
Source§type Abi = SHELLHOOKINFO
type Abi = SHELLHOOKINFO
The abi representation of the implementing type. Read more
type DefaultType = SHELLHOOKINFO
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 SHELLHOOKINFO
impl Clone for SHELLHOOKINFO
Source§fn clone(&self) -> SHELLHOOKINFO
fn clone(&self) -> SHELLHOOKINFO
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 SHELLHOOKINFO
impl Debug for SHELLHOOKINFO
Source§impl Default for SHELLHOOKINFO
impl Default for SHELLHOOKINFO
Source§impl PartialEq for SHELLHOOKINFO
impl PartialEq for SHELLHOOKINFO
impl Copy for SHELLHOOKINFO
impl Eq for SHELLHOOKINFO
Auto Trait Implementations§
impl Freeze for SHELLHOOKINFO
impl RefUnwindSafe for SHELLHOOKINFO
impl Send for SHELLHOOKINFO
impl Sync for SHELLHOOKINFO
impl Unpin for SHELLHOOKINFO
impl UnwindSafe for SHELLHOOKINFO
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