Type Alias NativeFileChooserAction
pub type NativeFileChooserAction = FileDialogAction;
Available on crate feature
dep_fltk
only.Expand description
Alias to FileDialogAction
Aliased Type§
enum NativeFileChooserAction {
Cancelled,
Success,
}
Variants§
Trait Implementations
§impl Clone for FileDialogAction
impl Clone for FileDialogAction
§fn clone(&self) -> FileDialogAction
fn clone(&self) -> FileDialogAction
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more