Struct gobject_sys::GParamSpecGType
source · #[repr(C)]pub struct GParamSpecGType {
pub parent_instance: GParamSpec,
pub is_a_type: GType,
}
Fields
parent_instance: GParamSpec
is_a_type: GType
Trait Implementations
sourceimpl Clone for GParamSpecGType
impl Clone for GParamSpecGType
sourcefn clone(&self) -> GParamSpecGType
fn clone(&self) -> GParamSpecGType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GParamSpecGType
impl Debug for GParamSpecGType
impl Copy for GParamSpecGType
Auto Trait Implementations
impl RefUnwindSafe for GParamSpecGType
impl !Send for GParamSpecGType
impl !Sync for GParamSpecGType
impl Unpin for GParamSpecGType
impl UnwindSafe for GParamSpecGType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more