pub trait IconizeEventMethods: EventMethods {
// Provided method
fn is_iconized(&self) -> bool { ... }
}Expand description
This trait represents C++ wxIconizeEvent class’s methods and inheritance.
See IconizeEventIsOwned documentation for the class usage.
Provided Methods§
Sourcefn is_iconized(&self) -> bool
fn is_iconized(&self) -> bool
Returns true if the frame has been iconized, false if it has been restored.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.