#[repr(C)]pub struct GParamSpecGType {
pub parent_instance: GParamSpec,
pub is_a_type: GType,
}
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 copy of the value. Read more
1.6.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
impl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)