Struct libappindicator_sys::_GObjectConstructParam [−][src]
#[repr(C)]pub struct _GObjectConstructParam {
pub pspec: *mut GParamSpec,
pub value: *mut GValue,
}
Expand description
GObjectConstructParam: @pspec: the #GParamSpec of the construct parameter @value: the value to set the parameter to
The GObjectConstructParam struct is an auxiliary structure used to hand #GParamSpec/#GValue pairs to the @constructor of a #GObjectClass.
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