Struct windows_sys::Win32::UI::WindowsAndMessaging::SHELLHOOKINFO
#[repr(C)]pub struct SHELLHOOKINFO {
pub hwnd: HWND,
pub rc: RECT,
}Expand description
Required features: "Win32_Foundation"
Fields§
§hwnd: HWND§rc: RECTTrait Implementations§
§impl Clone for SHELLHOOKINFO
impl Clone for SHELLHOOKINFO
impl Copy for SHELLHOOKINFO
Auto Trait Implementations§
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