Struct gobject_sys::GParamSpecInt[][src]

#[repr(C)]
pub struct GParamSpecInt { pub parent_instance: GParamSpec, pub minimum: c_int, pub maximum: c_int, pub default_value: c_int, }

Fields

Trait Implementations

impl Copy for GParamSpecInt
[src]

impl Clone for GParamSpecInt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GParamSpecInt
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParamSpecInt

impl !Sync for GParamSpecInt