Struct gtk_sys::GtkTreeModelSortClass [−][src]
#[repr(C)]pub struct GtkTreeModelSortClass { pub parent_class: GObjectClass, pub _gtk_reserved1: Option<unsafe extern "C" fn()>, pub _gtk_reserved2: Option<unsafe extern "C" fn()>, pub _gtk_reserved3: Option<unsafe extern "C" fn()>, pub _gtk_reserved4: Option<unsafe extern "C" fn()>, }
Fields
parent_class: GObjectClass
_gtk_reserved1: Option<unsafe extern "C" fn()>
_gtk_reserved2: Option<unsafe extern "C" fn()>
_gtk_reserved3: Option<unsafe extern "C" fn()>
_gtk_reserved4: Option<unsafe extern "C" fn()>
Trait Implementations
impl Copy for GtkTreeModelSortClass
[src]
impl Copy for GtkTreeModelSortClass
impl Clone for GtkTreeModelSortClass
[src]
impl Clone for GtkTreeModelSortClass
fn clone(&self) -> GtkTreeModelSortClass
[src]
fn clone(&self) -> GtkTreeModelSortClass
Returns 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 GtkTreeModelSortClass
[src]
impl Debug for GtkTreeModelSortClass
Auto Trait Implementations
impl !Send for GtkTreeModelSortClass
impl !Send for GtkTreeModelSortClass
impl !Sync for GtkTreeModelSortClass
impl !Sync for GtkTreeModelSortClass