[][src]Struct indy_crypto::ffi::cl::mocks::FFISimpleTailStorage

pub struct FFISimpleTailStorage { /* fields omitted */ }

Methods

impl FFISimpleTailStorage[src]

pub fn new(rev_tails_generator: *const c_void) -> Self[src]

pub fn get_ctx(&self) -> *const c_void[src]

pub extern "C" fn tail_put(
    _ctx: *const c_void,
    _tail: *const c_void
) -> ErrorCode
[src]

pub extern "C" fn tail_take(
    ctx: *const c_void,
    idx: u32,
    tail_p: *mut *const c_void
) -> ErrorCode
[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

impl<T> Same for T

type Output = T

Should always be Self