Struct gtk_sys::GtkTreeSelectionClass [−][src]
#[repr(C)]pub struct GtkTreeSelectionClass { pub parent_class: GObjectClass, pub changed: Option<unsafe extern "C" fn(_: *mut GtkTreeSelection)>, 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
changed: Option<unsafe extern "C" fn(_: *mut GtkTreeSelection)>
_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 GtkTreeSelectionClass
[src]
impl Copy for GtkTreeSelectionClass
impl Clone for GtkTreeSelectionClass
[src]
impl Clone for GtkTreeSelectionClass
fn clone(&self) -> GtkTreeSelectionClass
[src]
fn clone(&self) -> GtkTreeSelectionClass
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 GtkTreeSelectionClass
[src]
impl Debug for GtkTreeSelectionClass
Auto Trait Implementations
impl !Send for GtkTreeSelectionClass
impl !Send for GtkTreeSelectionClass
impl !Sync for GtkTreeSelectionClass
impl !Sync for GtkTreeSelectionClass