Struct gtk_sys::GtkCellAreaBoxClass [−][src]
#[repr(C)]pub struct GtkCellAreaBoxClass { pub parent_class: GtkCellAreaClass, pub _gtk_reserved1: Option<unsafe extern "C" fn()>, pub _gtk_reserved2: Option<unsafe extern "C" fn()>, pub _gtk_reserved3: Option<unsafe extern "C" fn()>, pub _gtk_reserved4: Option<unsafe extern "C" fn()>, }
Fields
parent_class: GtkCellAreaClass
_gtk_reserved1: Option<unsafe extern "C" fn()>
_gtk_reserved2: Option<unsafe extern "C" fn()>
_gtk_reserved3: Option<unsafe extern "C" fn()>
_gtk_reserved4: Option<unsafe extern "C" fn()>
Trait Implementations
impl Copy for GtkCellAreaBoxClass[src]
impl Copy for GtkCellAreaBoxClassimpl Clone for GtkCellAreaBoxClass[src]
impl Clone for GtkCellAreaBoxClassfn clone(&self) -> GtkCellAreaBoxClass[src]
fn clone(&self) -> GtkCellAreaBoxClassReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkCellAreaBoxClass[src]
impl Debug for GtkCellAreaBoxClassAuto Trait Implementations
impl !Send for GtkCellAreaBoxClass
impl !Send for GtkCellAreaBoxClassimpl !Sync for GtkCellAreaBoxClass
impl !Sync for GtkCellAreaBoxClass