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