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

Trait Implementations

impl Copy for GParamSpecLong
[src]

impl Clone for GParamSpecLong
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GParamSpecLong
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParamSpecLong

impl !Sync for GParamSpecLong