Struct gtk4_sys::GtkTreeModelSort [−][src]
#[repr(C)]pub struct GtkTreeModelSort {
pub parent: GObject,
pub priv_: *mut GtkTreeModelSortPrivate,
}
Fields
parent: GObject
priv_: *mut GtkTreeModelSortPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTreeModelSort
impl !Send for GtkTreeModelSort
impl !Sync for GtkTreeModelSort
impl Unpin for GtkTreeModelSort
impl UnwindSafe for GtkTreeModelSort
Blanket Implementations
Mutably borrows from an owned value. Read more