Struct cassandra_cpp_sys::CassMetrics___bindgen_ty_2 [] [src]

#[repr(C)]
pub struct CassMetrics___bindgen_ty_2 { pub total_connections: cass_uint64_t, pub available_connections: cass_uint64_t, pub exceeded_pending_requests_water_mark: cass_uint64_t, pub exceeded_write_bytes_water_mark: cass_uint64_t, }

Fields

< The total number of connections

< The number of connections available to take requests

< Occurrences when requests exceeded a pool's water mark

< Occurrences when number of bytes exceeded a connection's water mark

Trait Implementations

impl Debug for CassMetrics___bindgen_ty_2
[src]

[src]

Formats the value using the given formatter.

impl Copy for CassMetrics___bindgen_ty_2
[src]

impl Clone for CassMetrics___bindgen_ty_2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more