Struct cassandra_cpp_sys::CassInet_ [] [src]

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

IP address for either IPv4 or IPv6.

@struct CassInet

Fields

Big-endian, binary representation of a IPv4 or IPv6 address

Number of address bytes. 4 bytes for IPv4 and 16 bytes for IPv6.

Trait Implementations

impl Debug for CassInet_
[src]

[src]

Formats the value using the given formatter.

impl Copy for CassInet_
[src]

impl Clone for CassInet_
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more