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
parent_instance: GParamSpec
minimum: gulong
maximum: gulong
default_value: gulong
Trait Implementations
impl Debug for _GParamSpecULong
[src]
impl Debug for _GParamSpecULong
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 _GParamSpecULong
[src]
impl Copy for _GParamSpecULong
impl Clone for _GParamSpecULong
[src]
impl Clone for _GParamSpecULong
fn clone(&self) -> _GParamSpecULong
[src]
fn clone(&self) -> _GParamSpecULong
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 _GParamSpecULong
impl !Send for _GParamSpecULong
impl !Sync for _GParamSpecULong
impl !Sync for _GParamSpecULong