Struct gtk_sys::GtkHSeparator [−][src]
#[repr(C)]pub struct GtkHSeparator { pub separator: GtkSeparator, }
Fields
separator: GtkSeparator
Trait Implementations
impl Copy for GtkHSeparator[src]
impl Copy for GtkHSeparatorimpl Clone for GtkHSeparator[src]
impl Clone for GtkHSeparatorfn clone(&self) -> GtkHSeparator[src]
fn clone(&self) -> GtkHSeparatorReturns 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 GtkHSeparator[src]
impl Debug for GtkHSeparatorAuto Trait Implementations
impl !Send for GtkHSeparator
impl !Send for GtkHSeparatorimpl !Sync for GtkHSeparator
impl !Sync for GtkHSeparator