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§
source§impl Clone for GtkCellView
impl Clone for GtkCellView
source§fn clone(&self) -> GtkCellView
fn clone(&self) -> GtkCellView
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 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§
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