Struct cassandra_cpp_sys::CassVersion_ [] [src]

#[repr(C)]
pub struct CassVersion_ { pub major_version: c_int, pub minor_version: c_int, pub patch_version: c_int, }

Describes the version of the connected Cassandra cluster.

@struct CassVersion

Fields

Trait Implementations

impl Debug for CassVersion_
[src]

[src]

Formats the value using the given formatter.

impl Copy for CassVersion_
[src]

impl Clone for CassVersion_
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more