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