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
parent_instance: GParamSpec
minimum: guint
maximum: guint
default_value: guint
Trait Implementations
impl Debug for _GParamSpecUInt
[src]
impl Debug for _GParamSpecUInt
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _GParamSpecUInt
[src]
impl Copy for _GParamSpecUInt
impl Clone for _GParamSpecUInt
[src]
impl Clone for _GParamSpecUInt
fn clone(&self) -> _GParamSpecUInt
[src]
fn clone(&self) -> _GParamSpecUInt
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for _GParamSpecUInt
impl !Send for _GParamSpecUInt
impl !Sync for _GParamSpecUInt
impl !Sync for _GParamSpecUInt