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
Auto Trait Implementations
impl RefUnwindSafe for GtkTreeSelection
impl !Send for GtkTreeSelection
impl !Sync for GtkTreeSelection
impl Unpin for GtkTreeSelection
impl UnwindSafe for GtkTreeSelection
Blanket Implementations
Mutably borrows from an owned value. Read more