Struct gtk_sys::GtkSeparator [−][src]
#[repr(C)]pub struct GtkSeparator { pub widget: GtkWidget, pub priv_: *mut GtkSeparatorPrivate, }
Fields
widget: GtkWidget
priv_: *mut GtkSeparatorPrivate
Trait Implementations
impl Copy for GtkSeparator[src]
impl Copy for GtkSeparatorimpl Clone for GtkSeparator[src]
impl Clone for GtkSeparatorfn clone(&self) -> GtkSeparator[src]
fn clone(&self) -> GtkSeparatorReturns 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 GtkSeparator[src]
impl Debug for GtkSeparatorAuto Trait Implementations
impl !Send for GtkSeparator
impl !Send for GtkSeparatorimpl !Sync for GtkSeparator
impl !Sync for GtkSeparator