Enum gtk_sys::GtkFileChooserError
[−]
[src]
#[repr(C)]pub enum GtkFileChooserError { Nonexistent, BadFilename, AlreadyExists, IncompleteHostname, }
Variants
NonexistentBadFilenameAlreadyExistsIncompleteHostnameTrait Implementations
impl Clone for GtkFileChooserError[src]
fn clone(&self) -> GtkFileChooserError
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