Struct gtk_sys::GtkTreeModelSort [−][src]
#[repr(C)]pub struct GtkTreeModelSort { pub parent: GObject, pub priv_: *mut GtkTreeModelSortPrivate, }
Fields
parent: GObject
priv_: *mut GtkTreeModelSortPrivate
Trait Implementations
impl Copy for GtkTreeModelSort[src]
impl Copy for GtkTreeModelSortimpl Clone for GtkTreeModelSort[src]
impl Clone for GtkTreeModelSortfn clone(&self) -> GtkTreeModelSort[src]
fn clone(&self) -> GtkTreeModelSortReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkTreeModelSort[src]
impl Debug for GtkTreeModelSortAuto Trait Implementations
impl !Send for GtkTreeModelSort
impl !Send for GtkTreeModelSortimpl !Sync for GtkTreeModelSort
impl !Sync for GtkTreeModelSort