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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GParamSpecLong
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParamSpecLong

impl !Sync for GParamSpecLong