Struct gtk_sys::GtkTreeViewColumn
source · [−]#[repr(C)]pub struct GtkTreeViewColumn {
pub parent_instance: GInitiallyUnowned,
pub priv_: *mut GtkTreeViewColumnPrivate,
}
Fields
parent_instance: GInitiallyUnowned
priv_: *mut GtkTreeViewColumnPrivate
Trait Implementations
sourceimpl Clone for GtkTreeViewColumn
impl Clone for GtkTreeViewColumn
sourcefn clone(&self) -> GtkTreeViewColumn
fn clone(&self) -> GtkTreeViewColumn
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GtkTreeViewColumn
impl Debug for GtkTreeViewColumn
impl Copy for GtkTreeViewColumn
Auto Trait Implementations
impl RefUnwindSafe for GtkTreeViewColumn
impl !Send for GtkTreeViewColumn
impl !Sync for GtkTreeViewColumn
impl Unpin for GtkTreeViewColumn
impl UnwindSafe for GtkTreeViewColumn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more