Struct libayatana_appindicator::_GObjectConstructParam [−][src]
#[repr(C)]pub struct _GObjectConstructParam { pub pspec: *mut _GParamSpec, pub value: *mut _GValue, }
Fields
pspec: *mut _GParamSpecvalue: *mut _GValueTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _GObjectConstructParamimpl !Send for _GObjectConstructParamimpl !Sync for _GObjectConstructParamimpl Unpin for _GObjectConstructParamimpl UnwindSafe for _GObjectConstructParamBlanket Implementations
Mutably borrows from an owned value. Read more