Struct frida::Frida[][src]

pub struct Frida;

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

Implementations

impl Frida[src]

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

Obtain a Frida 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 Frida runtime is already initialized.

Trait Implementations

impl Drop for Frida[src]

Auto Trait Implementations

impl RefUnwindSafe for Frida

impl Send for Frida

impl Sync for Frida

impl Unpin for Frida

impl UnwindSafe for Frida

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.