Struct winapi::um::winuser::SHELLHOOKINFO
source · #[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 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 Default for SHELLHOOKINFO
impl Default for SHELLHOOKINFO
source§fn default() -> SHELLHOOKINFO
fn default() -> SHELLHOOKINFO
Returns the “default value” for a type. Read more