pub struct MaaWin32Hwnd(/* private fields */);
Available on crate feature
win32
only.Trait Implementations§
Source§impl Deref for MaaWin32Hwnd
impl Deref for MaaWin32Hwnd
impl Send for MaaWin32Hwnd
impl Sync for MaaWin32Hwnd
Auto Trait Implementations§
impl Freeze for MaaWin32Hwnd
impl RefUnwindSafe for MaaWin32Hwnd
impl Unpin for MaaWin32Hwnd
impl UnwindSafe for MaaWin32Hwnd
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