Struct gtk_sys::GtkTreeSelection [−][src]
#[repr(C)]pub struct GtkTreeSelection { pub parent: GObject, pub priv_: *mut GtkTreeSelectionPrivate, }
Fields
parent: GObjectpriv_: *mut GtkTreeSelectionPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTreeSelectionimpl !Send for GtkTreeSelectionimpl !Sync for GtkTreeSelectionimpl Unpin for GtkTreeSelectionimpl UnwindSafe for GtkTreeSelectionBlanket Implementations
Mutably borrows from an owned value. Read more