Struct gobject_sys::GParamSpecLong [−][src]
#[repr(C)]pub struct GParamSpecLong { pub parent_instance: GParamSpec, pub minimum: c_long, pub maximum: c_long, pub default_value: c_long, }
Fields
parent_instance: GParamSpec
minimum: c_long
maximum: c_long
default_value: c_long
Trait Implementations
impl Copy for GParamSpecLong[src]
impl Copy for GParamSpecLongimpl Clone for GParamSpecLong[src]
impl Clone for GParamSpecLongfn clone(&self) -> GParamSpecLong[src]
fn clone(&self) -> GParamSpecLongReturns 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 GParamSpecLong[src]
impl Debug for GParamSpecLongAuto Trait Implementations
impl !Send for GParamSpecLong
impl !Send for GParamSpecLongimpl !Sync for GParamSpecLong
impl !Sync for GParamSpecLong