Struct vips_sys::_GParameter[][src]

#[repr(C)]
pub struct _GParameter { pub name: *const gchar, pub value: GValue, }

Fields

Trait Implementations

impl Copy for _GParameter
[src]

impl Clone for _GParameter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GParameter

impl !Sync for _GParameter