Enum native_windows_gui::constants::FileDialogAction
[−]
[src]
pub enum FileDialogAction {
Open,
OpenDirectory,
Save,
}A enum that dictates how a file dialog should behave
Members:
Open: User can select a file that is not a directoryOpenDirectory: User can select a directorySave: User select the name of a file. If it already exists, a confirmation message will be raised
Variants
OpenOpenDirectorySaveTrait Implementations
impl Clone for FileDialogAction[src]
fn clone(&self) -> FileDialogAction
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
impl PartialEq for FileDialogAction[src]
fn eq(&self, __arg_0: &FileDialogAction) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.