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