Struct gobject_sys::GObjectConstructParam[][src]

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

Fields

Trait Implementations

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

impl Debug for GObjectConstructParam
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GObjectConstructParam

impl !Sync for GObjectConstructParam