#[repr(C)]pub struct SHELLHOOKINFO {
pub hwnd: HWND,
pub rc: RECT,
}
Fields§
§hwnd: HWND
§rc: RECT
Trait Implementations§
Source§impl Clone for SHELLHOOKINFO
impl Clone for SHELLHOOKINFO
Source§fn clone(&self) -> SHELLHOOKINFO
fn clone(&self) -> SHELLHOOKINFO
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 Default for SHELLHOOKINFO
impl Default for SHELLHOOKINFO
Source§fn default() -> SHELLHOOKINFO
fn default() -> SHELLHOOKINFO
Returns the “default value” for a type. Read more
impl Copy 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