Struct gobject_sys::GParamSpecFlags[][src]

#[repr(C)]
pub struct GParamSpecFlags { pub parent_instance: GParamSpec, pub flags_class: *mut GFlagsClass, pub default_value: c_uint, }

Fields

Trait Implementations

impl Copy for GParamSpecFlags
[src]

impl Clone for GParamSpecFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GParamSpecFlags
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParamSpecFlags

impl !Sync for GParamSpecFlags