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§

§

Cancelled

Cancelled operation

§

Success

User chose a file/dir

Trait Implementations

§

impl Clone for FileDialogAction

§

fn clone(&self) -> FileDialogAction

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for FileDialogAction

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Copy for FileDialogAction