Struct gobject_sys::GParamSpecUInt64[][src]

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

Fields

Trait Implementations

impl Copy for GParamSpecUInt64
[src]

impl Clone for GParamSpecUInt64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GParamSpecUInt64
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParamSpecUInt64

impl !Sync for GParamSpecUInt64