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
parent_instance: GParamSpec
minimum: u64
maximum: u64
default_value: u64
Trait Implementations
impl Copy for GParamSpecUInt64
[src]
impl Copy for GParamSpecUInt64
impl Clone for GParamSpecUInt64
[src]
impl Clone for GParamSpecUInt64
fn clone(&self) -> GParamSpecUInt64
[src]
fn clone(&self) -> GParamSpecUInt64
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GParamSpecUInt64
[src]
impl Debug for GParamSpecUInt64
Auto Trait Implementations
impl !Send for GParamSpecUInt64
impl !Send for GParamSpecUInt64
impl !Sync for GParamSpecUInt64
impl !Sync for GParamSpecUInt64