Trait czmq::RawInterface [] [src]

pub trait RawInterface<P> {
    unsafe fn from_raw(ptr: *mut P, owned: bool) -> Self;
    fn into_raw(self) -> *mut P;
    fn as_mut_ptr(&mut self) -> *mut P;
}

Required Methods

Implementors