Struct gio_sys::GSimpleActionGroup[][src]

#[repr(C)]
pub struct GSimpleActionGroup { pub parent_instance: GObject, pub priv_: *mut GSimpleActionGroupPrivate, }

Fields

Trait Implementations

impl Copy for GSimpleActionGroup
[src]

impl Clone for GSimpleActionGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GSimpleActionGroup
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations