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