Struct gobject_sys::GParamSpecULong [−][src]
#[repr(C)]pub struct GParamSpecULong { pub parent_instance: GParamSpec, pub minimum: c_ulong, pub maximum: c_ulong, pub default_value: c_ulong, }
Fields
parent_instance: GParamSpec
minimum: c_ulong
maximum: c_ulong
default_value: c_ulong
Trait Implementations
impl Copy for GParamSpecULong[src]
impl Copy for GParamSpecULongimpl Clone for GParamSpecULong[src]
impl Clone for GParamSpecULongfn clone(&self) -> GParamSpecULong[src]
fn clone(&self) -> GParamSpecULongReturns 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 GParamSpecULong[src]
impl Debug for GParamSpecULongAuto Trait Implementations
impl !Send for GParamSpecULong
impl !Send for GParamSpecULongimpl !Sync for GParamSpecULong
impl !Sync for GParamSpecULong