Enum native_windows_gui::AnyHandle
[−]
[src]
pub enum AnyHandle { HWND(HWND), HMENU(HMENU), HMENU_ITEM(HMENU, UINT), }
A type that expose the different underlying handle into one type
Variants
HWND(HWND)
HMENU(HMENU)
HMENU_ITEM(HMENU, UINT)
Trait Implementations
impl Clone for AnyHandle
[src]
fn clone(&self) -> AnyHandle
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more