Struct gobject_sys::GParamSpecBoxed [−][src]
#[repr(C)]pub struct GParamSpecBoxed { pub parent_instance: GParamSpec, }
Fields
parent_instance: GParamSpec
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GParamSpecBoxed
impl !Send for GParamSpecBoxed
impl !Sync for GParamSpecBoxed
impl Unpin for GParamSpecBoxed
impl UnwindSafe for GParamSpecBoxed
Blanket Implementations
Mutably borrows from an owned value. Read more