Struct native_windows_gui::MessageWindow [−][src]
pub struct MessageWindow {
pub handle: ControlHandle,
}Expand description
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: ControlHandleImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MessageWindowimpl !Send for MessageWindowimpl !Sync for MessageWindowimpl Unpin for MessageWindowimpl UnwindSafe for MessageWindow