Struct frida_gum::Gum[][src]

pub struct Gum;

Context required for instantiation of all structures under the Gum namespace.

Implementations

impl Gum[src]

pub unsafe fn obtain() -> Gum[src]

Obtain a Gum handle, ensuring that the runtime is properly initialized. This may be called as many times as needed, and results in a no-op if the Gum runtime is already initialized.

Trait Implementations

impl Drop for Gum[src]

Auto Trait Implementations

impl RefUnwindSafe for Gum

impl Send for Gum

impl Sync for Gum

impl Unpin for Gum

impl UnwindSafe for Gum

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, 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.