Struct frida_sys::_GParamSpecValueArray
source · [−]#[repr(C)]pub struct _GParamSpecValueArray {
pub parent_instance: GParamSpec,
pub element_spec: *mut GParamSpec,
pub fixed_n_elements: guint,
}Fields
parent_instance: GParamSpecelement_spec: *mut GParamSpecfixed_n_elements: guintTrait Implementations
sourceimpl Clone for _GParamSpecValueArray
impl Clone for _GParamSpecValueArray
sourcefn clone(&self) -> _GParamSpecValueArray
fn clone(&self) -> _GParamSpecValueArray
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for _GParamSpecValueArray
impl Debug for _GParamSpecValueArray
impl Copy for _GParamSpecValueArray
Auto Trait Implementations
impl RefUnwindSafe for _GParamSpecValueArray
impl !Send for _GParamSpecValueArray
impl !Sync for _GParamSpecValueArray
impl Unpin for _GParamSpecValueArray
impl UnwindSafe for _GParamSpecValueArray
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more