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
parent_instance: GParamSpec
minimum: c_uint
maximum: c_uint
default_value: c_uint
Trait Implementations
impl Copy for GParamSpecUInt[src]
impl Copy for GParamSpecUIntimpl Clone for GParamSpecUInt[src]
impl Clone for GParamSpecUIntfn clone(&self) -> GParamSpecUInt[src]
fn clone(&self) -> GParamSpecUIntReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GParamSpecUInt[src]
impl Debug for GParamSpecUIntAuto Trait Implementations
impl !Send for GParamSpecUInt
impl !Send for GParamSpecUIntimpl !Sync for GParamSpecUInt
impl !Sync for GParamSpecUInt