Struct gobject_sys::GParameter[][src]

#[repr(C)]
pub struct GParameter { pub name: *const c_char, 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

impl Debug for GParameter
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParameter

impl !Sync for GParameter