Struct gtk_sys::GtkAccessible[][src]

#[repr(C)]
pub struct GtkAccessible { pub parent: AtkObject, pub priv_: *mut GtkAccessiblePrivate, }

Fields

Trait Implementations

impl Copy for GtkAccessible
[src]

impl Clone for GtkAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkAccessible

impl !Sync for GtkAccessible