Struct gobject_sys::GEnumValue[][src]

#[repr(C)]
pub struct GEnumValue { pub value: c_int, pub value_name: *const c_char, pub value_nick: *const c_char, }

Fields

Trait Implementations

impl Copy for GEnumValue
[src]

impl Clone for GEnumValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GEnumValue
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GEnumValue

impl !Sync for GEnumValue