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