Struct gtk_sys::GtkStackSidebar [−][src]
#[repr(C)]pub struct GtkStackSidebar { pub parent: GtkBin, }
Fields
parent: GtkBin
Trait Implementations
impl Copy for GtkStackSidebar[src]
impl Copy for GtkStackSidebarimpl Clone for GtkStackSidebar[src]
impl Clone for GtkStackSidebarfn clone(&self) -> GtkStackSidebar[src]
fn clone(&self) -> GtkStackSidebarReturns 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 GtkStackSidebar[src]
impl Debug for GtkStackSidebarAuto Trait Implementations
impl !Send for GtkStackSidebar
impl !Send for GtkStackSidebarimpl !Sync for GtkStackSidebar
impl !Sync for GtkStackSidebar