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