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 GtkSeparatorClass
impl Clone for GtkSeparatorClass
[src]
impl Clone for GtkSeparatorClass
fn clone(&self) -> GtkSeparatorClass
[src]
fn clone(&self) -> GtkSeparatorClass
Returns 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 GtkSeparatorClass
Auto Trait Implementations
impl !Send for GtkSeparatorClass
impl !Send for GtkSeparatorClass
impl !Sync for GtkSeparatorClass
impl !Sync for GtkSeparatorClass