Struct cassandra_cpp_sys::CassInet_ [] [src]

#[repr(C)]
pub struct CassInet_ { pub address: [cass_uint8_t; 16], pub address_length: cass_uint8_t, }

Fields

Trait Implementations

impl Copy for CassInet_
[src]

impl Clone for CassInet_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CassInet_
[src]

Formats the value using the given formatter.

impl Default for CassInet_
[src]

Returns the "default value" for a type. Read more