#[repr(C)]pub struct _GParamSpecObject {
pub parent_instance: GParamSpec,
}
Expand description
GParamSpecObject: @parent_instance: private #GParamSpec portion
A #GParamSpec derived structure that contains the meta data for object properties.
Fields§
§parent_instance: GParamSpec
Trait Implementations§
Source§impl Clone for _GParamSpecObject
impl Clone for _GParamSpecObject
Source§fn clone(&self) -> _GParamSpecObject
fn clone(&self) -> _GParamSpecObject
Returns a copy 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 _GParamSpecObject
impl Debug for _GParamSpecObject
Source§impl PartialEq for _GParamSpecObject
impl PartialEq for _GParamSpecObject
impl Copy for _GParamSpecObject
impl Eq for _GParamSpecObject
impl StructuralPartialEq for _GParamSpecObject
Auto Trait Implementations§
impl Freeze for _GParamSpecObject
impl RefUnwindSafe for _GParamSpecObject
impl !Send for _GParamSpecObject
impl !Sync for _GParamSpecObject
impl Unpin for _GParamSpecObject
impl UnwindSafe for _GParamSpecObject
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