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