Struct windows_sys::Win32::UI::WindowsAndMessaging::SHELLHOOKINFO
[−]Expand description
Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’
Fields
hwnd: HWNDrc: 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more