Struct vips_sys::_GObjectConstructParam[][src]

#[repr(C)]
pub struct _GObjectConstructParam { pub pspec: *mut GParamSpec, pub value: *mut GValue, }

Fields

Trait Implementations

impl Debug for _GObjectConstructParam
[src]

Formats the value using the given formatter. Read more

impl Copy for _GObjectConstructParam
[src]

impl Clone for _GObjectConstructParam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GObjectConstructParam

impl !Sync for _GObjectConstructParam