Struct gobject_sys::GParamSpecUInt[][src]

#[repr(C)]
pub struct GParamSpecUInt { pub parent_instance: GParamSpec, pub minimum: c_uint, pub maximum: c_uint, pub default_value: c_uint, }

Fields

Trait Implementations

impl Copy for GParamSpecUInt
[src]

impl Clone for GParamSpecUInt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GParamSpecUInt
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParamSpecUInt

impl !Sync for GParamSpecUInt