Struct cql_bindgen::Struct_CassInet_ [] [src]

pub struct Struct_CassInet_ {
    pub address: [cass_uint8_t; 16],
    pub address_length: cass_uint8_t,
}

Fields

address: [cass_uint8_t; 16] address_length: cass_uint8_t

Trait Implementations

impl Copy for Struct_CassInet_
[src]

impl Clone for Struct_CassInet_
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct_CassInet_
[src]

fn default() -> Self

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