Struct SHELLHOOKINFO
#[repr(C)]pub struct SHELLHOOKINFO {
pub hwnd: HWND,
pub rc: RECT,
}
Fields§
§hwnd: HWND
§rc: RECT
Trait Implementations§
§impl Clone for SHELLHOOKINFO
impl Clone for SHELLHOOKINFO
§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 moreimpl 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