Struct gobject_sys::GParamSpecParam
source · #[repr(C)]pub struct GParamSpecParam {
pub parent_instance: GParamSpec,
}
Fields§
§parent_instance: GParamSpec
Trait Implementations§
source§impl Clone for GParamSpecParam
impl Clone for GParamSpecParam
source§fn clone(&self) -> GParamSpecParam
fn clone(&self) -> GParamSpecParam
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 GParamSpecParam
impl Debug for GParamSpecParam
impl Copy for GParamSpecParam
Auto Trait Implementations§
impl RefUnwindSafe for GParamSpecParam
impl !Send for GParamSpecParam
impl !Sync for GParamSpecParam
impl Unpin for GParamSpecParam
impl UnwindSafe for GParamSpecParam
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