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

Trait Implementations

impl Debug for _GParamSpecULong
[src]

Formats the value using the given formatter. Read more

impl Copy for _GParamSpecULong
[src]

impl Clone for _GParamSpecULong
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GParamSpecULong

impl !Sync for _GParamSpecULong