Struct frida_gum_sys::_GClosure[][src]

#[repr(C)]pub struct _GClosure {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>,
    pub marshal: Option<unsafe extern "C" fn(closure: *mut GClosure, return_value: *mut GValue, n_param_values: guint, param_values: *const GValue, invocation_hint: gpointer, marshal_data: gpointer)>,
    pub data: gpointer,
    pub notifiers: *mut GClosureNotifyData,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>marshal: Option<unsafe extern "C" fn(closure: *mut GClosure, return_value: *mut GValue, n_param_values: guint, param_values: *const GValue, invocation_hint: gpointer, marshal_data: gpointer)>data: gpointernotifiers: *mut GClosureNotifyData

Implementations

impl _GClosure[src]

pub fn ref_count(&self) -> guint[src]

pub fn set_ref_count(&mut self, val: guint)[src]

pub fn meta_marshal_nouse(&self) -> guint[src]

pub fn set_meta_marshal_nouse(&mut self, val: guint)[src]

pub fn n_guards(&self) -> guint[src]

pub fn set_n_guards(&mut self, val: guint)[src]

pub fn n_fnotifiers(&self) -> guint[src]

pub fn set_n_fnotifiers(&mut self, val: guint)[src]

pub fn n_inotifiers(&self) -> guint[src]

pub fn set_n_inotifiers(&mut self, val: guint)[src]

pub fn in_inotify(&self) -> guint[src]

pub fn set_in_inotify(&mut self, val: guint)[src]

pub fn floating(&self) -> guint[src]

pub fn set_floating(&mut self, val: guint)[src]

pub fn derivative_flag(&self) -> guint[src]

pub fn set_derivative_flag(&mut self, val: guint)[src]

pub fn in_marshal(&self) -> guint[src]

pub fn set_in_marshal(&mut self, val: guint)[src]

pub fn is_invalid(&self) -> guint[src]

pub fn set_is_invalid(&mut self, val: guint)[src]

pub fn new_bitfield_1(
    ref_count: guint,
    meta_marshal_nouse: guint,
    n_guards: guint,
    n_fnotifiers: guint,
    n_inotifiers: guint,
    in_inotify: guint,
    floating: guint,
    derivative_flag: guint,
    in_marshal: guint,
    is_invalid: guint
) -> __BindgenBitfieldUnit<[u8; 4], u16>
[src]

Trait Implementations

impl Clone for _GClosure[src]

impl Copy for _GClosure[src]

impl Debug for _GClosure[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.