[][src]Struct native_windows_gui::MessageWindow

pub struct MessageWindow {
    pub handle: ControlHandle,
}

A message only top level window. At least one top level window is required to make a NWG application. See the module documentation

Fields

handle: ControlHandle

Implementations

impl MessageWindow[src]

Trait Implementations

impl Default for MessageWindow[src]

impl Drop for MessageWindow[src]

impl Eq for MessageWindow[src]

impl From<&'_ MessageWindow> for ControlHandle[src]

impl PartialEq<ControlHandle> for MessageWindow[src]

impl PartialEq<MessageWindow> for MessageWindow[src]

impl PartialEq<MessageWindow> for ControlHandle[src]

impl StructuralEq for MessageWindow[src]

impl StructuralPartialEq for MessageWindow[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.