Struct gtk_sys::GtkMenuShellAccessible[][src]

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

Fields

Trait Implementations

impl Copy for GtkMenuShellAccessible
[src]

impl Clone for GtkMenuShellAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkMenuShellAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations