Struct vips_sys::_GParamSpecLong[][src]

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

Fields

Trait Implementations

impl Debug for _GParamSpecLong
[src]

Formats the value using the given formatter. Read more

impl Copy for _GParamSpecLong
[src]

impl Clone for _GParamSpecLong
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GParamSpecLong

impl !Sync for _GParamSpecLong