Struct gobject_sys::GFlagsValue[][src]

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

Fields

Trait Implementations

impl Copy for GFlagsValue
[src]

impl Clone for GFlagsValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GFlagsValue
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GFlagsValue

impl !Sync for GFlagsValue