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