Struct vips_sys::_GParamSpecBoxed
[−]
[src]
#[repr(C)]pub struct _GParamSpecBoxed { pub parent_instance: GParamSpec, }
Fields
parent_instance: GParamSpec
Trait Implementations
impl Debug for _GParamSpecBoxed
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _GParamSpecBoxed
[src]
impl Clone for _GParamSpecBoxed
[src]
fn clone(&self) -> _GParamSpecBoxed
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more