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