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