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 GParamSpecLong
impl Clone for GParamSpecLong
[src]
impl Clone for GParamSpecLong
fn clone(&self) -> GParamSpecLong
[src]
fn clone(&self) -> GParamSpecLong
Returns 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 GParamSpecLong
Auto Trait Implementations
impl !Send for GParamSpecLong
impl !Send for GParamSpecLong
impl !Sync for GParamSpecLong
impl !Sync for GParamSpecLong