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