Struct gtk_sys::GtkCellView
source · [−]#[repr(C)]pub struct GtkCellView {
pub parent_instance: GtkWidget,
pub priv_: *mut GtkCellViewPrivate,
}
Fields
parent_instance: GtkWidget
priv_: *mut GtkCellViewPrivate
Trait Implementations
sourceimpl Clone for GtkCellView
impl Clone for GtkCellView
sourcefn clone(&self) -> GtkCellView
fn clone(&self) -> GtkCellView
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 GtkCellView
impl Debug for GtkCellView
impl Copy for GtkCellView
Auto Trait Implementations
impl RefUnwindSafe for GtkCellView
impl !Send for GtkCellView
impl !Sync for GtkCellView
impl Unpin for GtkCellView
impl UnwindSafe for GtkCellView
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