Struct gobject_sys::GParamSpecBoxed
source · [−]#[repr(C)]pub struct GParamSpecBoxed {
pub parent_instance: GParamSpec,
}Fields
parent_instance: GParamSpecTrait 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