Struct gtk_sys::GtkCellView [−][src]
#[repr(C)]pub struct GtkCellView { pub parent_instance: GtkWidget, pub priv_: *mut GtkCellViewPrivate, }
Fields
parent_instance: GtkWidget
priv_: *mut GtkCellViewPrivate
Trait Implementations
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
Mutably borrows from an owned value. Read more