Struct gtk_sys::GtkToplevelAccessible[][src]

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

Fields

Trait Implementations

impl Copy for GtkToplevelAccessible
[src]

impl Clone for GtkToplevelAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkToplevelAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations