Enum native_windows_gui::custom::AnyHandle [] [src]

pub enum AnyHandle {
    HWND(HWND),
    HMENU(HMENU),
    HMENU_ITEM(HMENU, UINT),
    HFONT(HFONT),
    Custom(TypeIdusize),
}

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

impl Hash for AnyHandle
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for AnyHandle
[src]

Formats the value using the given formatter.