Struct gtk_sys::GtkCellView [−][src]
#[repr(C)]pub struct GtkCellView { pub parent_instance: GtkWidget, pub priv_: *mut GtkCellViewPrivate, }
Fields
parent_instance: GtkWidgetpriv_: *mut GtkCellViewPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkCellViewimpl !Send for GtkCellViewimpl !Sync for GtkCellViewimpl Unpin for GtkCellViewimpl UnwindSafe for GtkCellViewBlanket Implementations
Mutably borrows from an owned value. Read more