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

Trait Implementations

impl Clone for AnyHandle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more