Enum nfd::DialogType [] [src]

pub enum DialogType {
    SingleFile,
    MultipleFiles,
    SaveFile,
    PickFolder,
}

Variants

Trait Implementations

impl Copy for DialogType
[src]

impl Clone for DialogType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DialogType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.