pub enum HwndPointId {
Hwnd(HWND),
Point(POINT),
Id(u16),
}
Available on crate feature
user
only.Expand description
Variant parameter for:
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for HwndPointId
impl RefUnwindSafe for HwndPointId
impl Send for HwndPointId
impl !Sync for HwndPointId
impl Unpin for HwndPointId
impl UnwindSafe for HwndPointId
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