Struct cassandra_cpp_sys::CassVersion_
source · #[repr(C)]pub struct CassVersion_ {
pub major_version: c_int,
pub minor_version: c_int,
pub patch_version: c_int,
}Expand description
Describes the version of the connected Cassandra cluster.
@struct CassVersion
Fields§
§major_version: c_int§minor_version: c_int§patch_version: c_intTrait Implementations§
source§impl Clone for CassVersion_
impl Clone for CassVersion_
source§fn clone(&self) -> CassVersion_
fn clone(&self) -> CassVersion_
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more