pub struct RawEventHandler { /* private fields */ }
Expand description
An opaque structure that represent a window subclass hook.
Auto Trait Implementations§
impl Freeze for RawEventHandler
impl RefUnwindSafe for RawEventHandler
impl !Send for RawEventHandler
impl !Sync for RawEventHandler
impl Unpin for RawEventHandler
impl UnwindSafe for RawEventHandler
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