Struct frida_sys::_GParameter
source · [−]Fields
name: *const gcharvalue: GValueTrait Implementations
sourceimpl Clone for _GParameter
impl Clone for _GParameter
sourcefn clone(&self) -> _GParameter
fn clone(&self) -> _GParameter
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 moreimpl Copy for _GParameter
Auto Trait Implementations
impl RefUnwindSafe for _GParameter
impl !Send for _GParameter
impl !Sync for _GParameter
impl Unpin for _GParameter
impl UnwindSafe for _GParameter
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