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 GtkTreeSelection
impl Clone for GtkTreeSelection
[src]
impl Clone for GtkTreeSelection
fn clone(&self) -> GtkTreeSelection
[src]
fn clone(&self) -> GtkTreeSelection
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 GtkTreeSelection
[src]
impl Debug for GtkTreeSelection
Auto Trait Implementations
impl !Send for GtkTreeSelection
impl !Send for GtkTreeSelection
impl !Sync for GtkTreeSelection
impl !Sync for GtkTreeSelection