Struct gtk_sys::GtkEntryAccessible
source · #[repr(C)]pub struct GtkEntryAccessible {
pub parent: GtkWidgetAccessible,
pub priv_: *mut GtkEntryAccessiblePrivate,
}Fields§
§parent: GtkWidgetAccessible§priv_: *mut GtkEntryAccessiblePrivateTrait Implementations§
source§impl Clone for GtkEntryAccessible
impl Clone for GtkEntryAccessible
source§fn clone(&self) -> GtkEntryAccessible
fn clone(&self) -> GtkEntryAccessible
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more