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