#[repr(C)]pub struct GtkTreeModelFilterClass {
pub parent_class: GObjectClass,
pub visible: Option<unsafe extern "C" fn(_: *mut GtkTreeModelFilter, _: *mut GtkTreeModel, _: *mut GtkTreeIter) -> gboolean>,
pub modify: Option<unsafe extern "C" fn(_: *mut GtkTreeModelFilter, _: *mut GtkTreeModel, _: *mut GtkTreeIter, _: *mut GValue, _: c_int)>,
pub padding: [gpointer; 8],
}
Fields§
§parent_class: GObjectClass
§visible: Option<unsafe extern "C" fn(_: *mut GtkTreeModelFilter, _: *mut GtkTreeModel, _: *mut GtkTreeIter) -> gboolean>
§modify: Option<unsafe extern "C" fn(_: *mut GtkTreeModelFilter, _: *mut GtkTreeModel, _: *mut GtkTreeIter, _: *mut GValue, _: c_int)>
§padding: [gpointer; 8]
Trait Implementations§
Source§impl Clone for GtkTreeModelFilterClass
impl Clone for GtkTreeModelFilterClass
Source§fn clone(&self) -> GtkTreeModelFilterClass
fn clone(&self) -> GtkTreeModelFilterClass
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GtkTreeModelFilterClass
impl Debug for GtkTreeModelFilterClass
impl Copy for GtkTreeModelFilterClass
Auto Trait Implementations§
impl Freeze for GtkTreeModelFilterClass
impl RefUnwindSafe for GtkTreeModelFilterClass
impl !Send for GtkTreeModelFilterClass
impl !Sync for GtkTreeModelFilterClass
impl Unpin for GtkTreeModelFilterClass
impl UnwindSafe for GtkTreeModelFilterClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)