Struct gtk_sys::GtkEntryBuffer
source · [−]#[repr(C)]pub struct GtkEntryBuffer {
pub parent_instance: GObject,
pub priv_: *mut GtkEntryBufferPrivate,
}
Fields
parent_instance: GObject
priv_: *mut GtkEntryBufferPrivate
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