#[repr(C)]pub struct _GParamSpecGType {
pub parent_instance: GParamSpec,
pub is_a_type: GType,
}
Expand description
GParamSpecGType: @parent_instance: private #GParamSpec portion @is_a_type: a #GType whose subtypes can occur as values
A #GParamSpec derived structure that contains the meta data for #GType properties.
Since: 2.10
Fields§
§parent_instance: GParamSpec
§is_a_type: GType
Trait Implementations§
Source§impl Clone for _GParamSpecGType
impl Clone for _GParamSpecGType
Source§fn clone(&self) -> _GParamSpecGType
fn clone(&self) -> _GParamSpecGType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _GParamSpecGType
impl Debug for _GParamSpecGType
Source§impl PartialEq for _GParamSpecGType
impl PartialEq for _GParamSpecGType
impl Copy for _GParamSpecGType
impl Eq for _GParamSpecGType
impl StructuralPartialEq for _GParamSpecGType
Auto Trait Implementations§
impl Freeze for _GParamSpecGType
impl RefUnwindSafe for _GParamSpecGType
impl !Send for _GParamSpecGType
impl !Sync for _GParamSpecGType
impl Unpin for _GParamSpecGType
impl UnwindSafe for _GParamSpecGType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more