Enum gtk_sys::GtkSortType
[−]
[src]
#[repr(C)]pub enum GtkSortType { Ascending, Descending, }
Variants
Ascending
Descending
Trait Implementations
impl Clone for GtkSortType
[src]
fn clone(&self) -> GtkSortType
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