Struct gtk_sys::GtkAccessible [−][src]
#[repr(C)]pub struct GtkAccessible { pub parent: AtkObject, pub priv_: *mut GtkAccessiblePrivate, }
Fields
parent: AtkObject
priv_: *mut GtkAccessiblePrivate
Trait Implementations
impl Copy for GtkAccessible
[src]
impl Copy for GtkAccessible
impl Clone for GtkAccessible
[src]
impl Clone for GtkAccessible
fn clone(&self) -> GtkAccessible
[src]
fn clone(&self) -> GtkAccessible
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 GtkAccessible
[src]
impl Debug for GtkAccessible
Auto Trait Implementations
impl !Send for GtkAccessible
impl !Send for GtkAccessible
impl !Sync for GtkAccessible
impl !Sync for GtkAccessible