Enum gtk_sys::GtkFileChooserAction [] [src]

#[repr(C)]
pub enum GtkFileChooserAction { Open, Save, SelectFolder, CreateFolder, }

Variants

Trait Implementations

impl Clone for GtkFileChooserAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GtkFileChooserAction
[src]

impl Debug for GtkFileChooserAction
[src]

Formats the value using the given formatter.

impl Eq for GtkFileChooserAction
[src]

impl PartialEq for GtkFileChooserAction
[src]

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

This method tests for !=.