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