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, }

Fields

Trait Implementations

impl Copy for CassVersion_
[src]

impl Clone for CassVersion_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CassVersion_
[src]

Formats the value using the given formatter.

impl Default for CassVersion_
[src]

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