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

Trait Implementations

impl Debug for _GParamSpecChar
[src]

Formats the value using the given formatter. Read more

impl Copy for _GParamSpecChar
[src]

impl Clone for _GParamSpecChar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GParamSpecChar

impl !Sync for _GParamSpecChar