pub struct HWND(pub isize);
Tuple Fields§
§0: isize
Auto Trait Implementations§
impl Freeze for HWND
impl RefUnwindSafe for HWND
impl Send for HWND
impl Sync for HWND
impl Unpin for HWND
impl UnwindSafe for HWND
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