Struct vips_sys::_GObjectConstructParam [−][src]
#[repr(C)]pub struct _GObjectConstructParam { pub pspec: *mut GParamSpec, pub value: *mut GValue, }
Fields
pspec: *mut GParamSpec
value: *mut GValue
Trait Implementations
impl Debug for _GObjectConstructParam
[src]
impl Debug for _GObjectConstructParam
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 _GObjectConstructParam
[src]
impl Copy for _GObjectConstructParam
impl Clone for _GObjectConstructParam
[src]
impl Clone for _GObjectConstructParam
fn clone(&self) -> _GObjectConstructParam
[src]
fn clone(&self) -> _GObjectConstructParam
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 _GObjectConstructParam
impl !Send for _GObjectConstructParam
impl !Sync for _GObjectConstructParam
impl !Sync for _GObjectConstructParam