Struct vips_sys::_GParamSpecInt64
[−]
[src]
#[repr(C)]pub struct _GParamSpecInt64 { pub parent_instance: GParamSpec, pub minimum: gint64, pub maximum: gint64, pub default_value: gint64, }
Fields
parent_instance: GParamSpec
minimum: gint64
maximum: gint64
default_value: gint64
Trait Implementations
impl Debug for _GParamSpecInt64
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _GParamSpecInt64
[src]
impl Clone for _GParamSpecInt64
[src]
fn clone(&self) -> _GParamSpecInt64
[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