[][src]Trait iredismodule::GetPtr

pub trait GetPtr {
    type PtrType;
    fn get_ptr(&self) -> *mut Self::PtrType;
}

Get the inner ptr from a wrapper struct

Associated Types

type PtrType

Loading content...

Required methods

fn get_ptr(&self) -> *mut Self::PtrType

Loading content...

Implementors

impl GetPtr for BlockClient[src]

impl GetPtr for CallReply[src]

impl GetPtr for Context[src]

impl GetPtr for Digest[src]

impl GetPtr for IO[src]

impl GetPtr for ReadKey[src]

impl GetPtr for ScanCursor[src]

impl GetPtr for RStr[src]

impl GetPtr for User[src]

Loading content...