Struct gobject_sys::GParamSpecOverride[][src]

#[repr(C)]
pub struct GParamSpecOverride { pub parent_instance: GParamSpec, pub overridden: *mut GParamSpec, }

Fields

Trait Implementations

impl Copy for GParamSpecOverride
[src]

impl Clone for GParamSpecOverride
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GParamSpecOverride
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParamSpecOverride

impl !Sync for GParamSpecOverride