Struct czmq::ZFrame [] [src]

pub struct ZFrame { /* fields omitted */ }

Methods

impl ZFrame
[src]

Trait Implementations

impl Eq for ZFrame
[src]

impl Send for ZFrame
[src]

impl Sync for ZFrame
[src]

impl Drop for ZFrame
[src]

A method called when the value goes out of scope. Read more

impl PartialEq for ZFrame
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl RawInterface<zframe_t> for ZFrame
[src]