Struct gtk_sys::GtkMenuAccessible[][src]

#[repr(C)]
pub struct GtkMenuAccessible { pub parent: GtkMenuShellAccessible, pub priv_: *mut GtkMenuAccessiblePrivate, }

Fields

Trait Implementations

impl Copy for GtkMenuAccessible
[src]

impl Clone for GtkMenuAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkMenuAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations