Struct frida_sys::_GParamSpecBoxed
source · [−]#[repr(C)]pub struct _GParamSpecBoxed {
pub parent_instance: GParamSpec,
}Fields
parent_instance: GParamSpecTrait Implementations
sourceimpl Clone for _GParamSpecBoxed
impl Clone for _GParamSpecBoxed
sourcefn clone(&self) -> _GParamSpecBoxed
fn clone(&self) -> _GParamSpecBoxed
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for _GParamSpecBoxed
impl Debug for _GParamSpecBoxed
impl Copy for _GParamSpecBoxed
Auto Trait Implementations
impl RefUnwindSafe for _GParamSpecBoxed
impl !Send for _GParamSpecBoxed
impl !Sync for _GParamSpecBoxed
impl Unpin for _GParamSpecBoxed
impl UnwindSafe for _GParamSpecBoxed
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