Struct gobject_sys::GParamSpecUInt
source · #[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§
source§impl Clone for GParamSpecUInt
impl Clone for GParamSpecUInt
source§fn clone(&self) -> GParamSpecUInt
fn clone(&self) -> GParamSpecUInt
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more