Struct gtk_sys::GtkSeparatorClass [−][src]
#[repr(C)]pub struct GtkSeparatorClass { pub parent_class: GtkWidgetClass, 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: GtkWidgetClass
_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 GtkSeparatorClass[src]
impl Copy for GtkSeparatorClassimpl Clone for GtkSeparatorClass[src]
impl Clone for GtkSeparatorClassfn clone(&self) -> GtkSeparatorClass[src]
fn clone(&self) -> GtkSeparatorClassReturns 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 GtkSeparatorClass[src]
impl Debug for GtkSeparatorClassAuto Trait Implementations
impl !Send for GtkSeparatorClass
impl !Send for GtkSeparatorClassimpl !Sync for GtkSeparatorClass
impl !Sync for GtkSeparatorClass