#[repr(C)]pub struct GParamSpecBoxed {
pub parent_instance: GParamSpec,
}Fields§
§parent_instance: GParamSpecTrait Implementations§
Source§impl Clone for GParamSpecBoxed
impl Clone for GParamSpecBoxed
Source§fn clone(&self) -> GParamSpecBoxed
fn clone(&self) -> GParamSpecBoxed
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GParamSpecBoxed
Auto Trait Implementations§
impl !Send for GParamSpecBoxed
impl !Sync for GParamSpecBoxed
impl Freeze for GParamSpecBoxed
impl RefUnwindSafe for GParamSpecBoxed
impl Unpin for GParamSpecBoxed
impl UnsafeUnpin 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