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