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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GFlagsValue
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GFlagsValue

impl !Sync for GFlagsValue