Struct vips_sys::_GParamSpecUInt64
[−]
[src]
#[repr(C)]pub struct _GParamSpecUInt64 { pub parent_instance: GParamSpec, pub minimum: guint64, pub maximum: guint64, pub default_value: guint64, }
Fields
parent_instance: GParamSpec
minimum: guint64
maximum: guint64
default_value: guint64
Trait Implementations
impl Debug for _GParamSpecUInt64
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _GParamSpecUInt64
[src]
impl Clone for _GParamSpecUInt64
[src]
fn clone(&self) -> _GParamSpecUInt64
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more