Struct gtk_sys::GtkTreeSelection [−][src]
#[repr(C)]pub struct GtkTreeSelection { pub parent: GObject, pub priv_: *mut GtkTreeSelectionPrivate, }
Fields
parent: GObject
priv_: *mut GtkTreeSelectionPrivate
Trait Implementations
impl Copy for GtkTreeSelection[src]
impl Copy for GtkTreeSelectionimpl Clone for GtkTreeSelection[src]
impl Clone for GtkTreeSelectionfn clone(&self) -> GtkTreeSelection[src]
fn clone(&self) -> GtkTreeSelectionReturns 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 GtkTreeSelection[src]
impl Debug for GtkTreeSelectionAuto Trait Implementations
impl !Send for GtkTreeSelection
impl !Send for GtkTreeSelectionimpl !Sync for GtkTreeSelection
impl !Sync for GtkTreeSelection