Struct gtk_sys::GtkStackSwitcher [−][src]
#[repr(C)]pub struct GtkStackSwitcher { pub widget: GtkBox, }
Fields
widget: GtkBox
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkStackSwitcher
impl !Send for GtkStackSwitcher
impl !Sync for GtkStackSwitcher
impl Unpin for GtkStackSwitcher
impl UnwindSafe for GtkStackSwitcher
Blanket Implementations
Mutably borrows from an owned value. Read more