Struct frida_sys::_GHookList [−][src]
Fields
seq_id: gulong_bitfield_align_1: [u16; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 3]>hooks: *mut GHookdummy3: gpointerfinalize_hook: GHookFinalizeFuncdummy: [gpointer; 2]Implementations
impl _GHookList[src]
pub fn hook_size(&self) -> guint[src]
pub fn set_hook_size(&mut self, val: guint)[src]
pub fn is_setup(&self) -> guint[src]
pub fn set_is_setup(&mut self, val: guint)[src]
pub fn new_bitfield_1(
hook_size: guint,
is_setup: guint
) -> __BindgenBitfieldUnit<[u8; 3]>[src]
hook_size: guint,
is_setup: guint
) -> __BindgenBitfieldUnit<[u8; 3]>
Trait Implementations
impl Clone for _GHookList[src]
fn clone(&self) -> _GHookList[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _GHookList[src]
impl Debug for _GHookList[src]
Auto Trait Implementations
impl RefUnwindSafe for _GHookList
impl !Send for _GHookList
impl !Sync for _GHookList
impl Unpin for _GHookList
impl UnwindSafe for _GHookList
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,