Struct gobject_sys::GParamSpecULong[][src]

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

Fields

Trait Implementations

impl Copy for GParamSpecULong
[src]

impl Clone for GParamSpecULong
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GParamSpecULong
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParamSpecULong

impl !Sync for GParamSpecULong