Struct SendHwnd
pub struct SendHwnd(pub HWND);Expand description
Send + Sync wrapper around [HWND].
Mirrors the daemon’s private HWNDWrapper so the platform-trait
surface can be Send + Sync without consumers having to define their
own newtype.
Tuple Fields§
§0: HWNDTrait Implementations§
impl Copy for SendHwnd
impl Eq for SendHwnd
impl Send for SendHwnd
impl StructuralPartialEq for SendHwnd
impl Sync for SendHwnd
Auto Trait Implementations§
impl Freeze for SendHwnd
impl RefUnwindSafe for SendHwnd
impl Unpin for SendHwnd
impl UnsafeUnpin for SendHwnd
impl UnwindSafe for SendHwnd
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