Struct vips_sys::_GParamSpecUInt[][src]

#[repr(C)]
pub struct _GParamSpecUInt { pub parent_instance: GParamSpec, pub minimum: guint, pub maximum: guint, pub default_value: guint, }

Fields

Trait Implementations

impl Debug for _GParamSpecUInt
[src]

Formats the value using the given formatter. Read more

impl Copy for _GParamSpecUInt
[src]

impl Clone for _GParamSpecUInt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GParamSpecUInt

impl !Sync for _GParamSpecUInt