Struct frida_sys::_GParamSpecInt64
source · [−]#[repr(C)]pub struct _GParamSpecInt64 {
pub parent_instance: GParamSpec,
pub minimum: gint64,
pub maximum: gint64,
pub default_value: gint64,
}Fields
parent_instance: GParamSpecminimum: gint64maximum: gint64default_value: gint64Trait Implementations
sourceimpl Clone for _GParamSpecInt64
impl Clone for _GParamSpecInt64
sourcefn clone(&self) -> _GParamSpecInt64
fn clone(&self) -> _GParamSpecInt64
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 _GParamSpecInt64
impl Debug for _GParamSpecInt64
impl Copy for _GParamSpecInt64
Auto Trait Implementations
impl RefUnwindSafe for _GParamSpecInt64
impl !Send for _GParamSpecInt64
impl !Sync for _GParamSpecInt64
impl Unpin for _GParamSpecInt64
impl UnwindSafe for _GParamSpecInt64
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