Struct cdrs::types::CInet[][src]

pub struct CInet {
    pub addr: SocketAddr,
}

The structure wich represets Cassandra [inet] (https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v4.spec#L222).

Fields

Trait Implementations

impl Debug for CInet
[src]

Formats the value using the given formatter. Read more

impl FromCursor for CInet
[src]

It should return an implementor from an io::Cursor over an array of bytes.

Auto Trait Implementations

impl Send for CInet

impl Sync for CInet