#[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 Debug for SHELLHOOKINFO
impl Debug for SHELLHOOKINFO
Source§impl Ord for SHELLHOOKINFO
impl Ord for SHELLHOOKINFO
Source§fn cmp(&self, other: &SHELLHOOKINFO) -> Ordering
fn cmp(&self, other: &SHELLHOOKINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SHELLHOOKINFO
impl PartialEq for SHELLHOOKINFO
Source§impl PartialOrd for SHELLHOOKINFO
impl PartialOrd for SHELLHOOKINFO
impl Copy for SHELLHOOKINFO
impl Eq for SHELLHOOKINFO
impl StructuralPartialEq 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