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