[−][src]Struct native_windows_gui::MessageWindow
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
impl MessageWindow[src]
pub fn builder() -> MessageWindowBuilder[src]
Trait Implementations
impl Default for MessageWindow[src]
fn default() -> MessageWindow[src]
impl Drop for MessageWindow[src]
impl Eq for MessageWindow[src]
impl<'_> From<&'_ MessageWindow> for ControlHandle[src]
fn from(control: &MessageWindow) -> Self[src]
impl PartialEq<ControlHandle> for MessageWindow[src]
fn eq(&self, other: &ControlHandle) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl PartialEq<MessageWindow> for MessageWindow[src]
fn eq(&self, other: &MessageWindow) -> bool[src]
fn ne(&self, other: &MessageWindow) -> bool[src]
impl PartialEq<MessageWindow> for ControlHandle[src]
fn eq(&self, other: &MessageWindow) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralEq for MessageWindow[src]
impl StructuralPartialEq for MessageWindow[src]
Auto Trait Implementations
impl RefUnwindSafe for MessageWindow
impl !Send for MessageWindow
impl !Sync for MessageWindow
impl Unpin for MessageWindow
impl UnwindSafe for MessageWindow
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,