Enum gtk_sys::GtkMessageType
[−]
[src]
#[repr(C)]pub enum GtkMessageType { Info, Warning, Question, Error, Other, }
Variants
Info
Warning
Question
Error
Other
Trait Implementations
impl Clone for GtkMessageType
[src]
fn clone(&self) -> GtkMessageType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more