Struct gtk_sys::GtkAccelGroup [] [src]

#[repr(C)]
pub struct GtkAccelGroup { pub parent: GObject, pub priv_: *mut GtkAccelGroupPrivate, }

Fields

Trait Implementations

impl Copy for GtkAccelGroup
[src]

impl Clone for GtkAccelGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkAccelGroup
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkAccelGroup

impl !Sync for GtkAccelGroup