Struct cql_bindgen::Struct_CassUuid_ [] [src]

pub struct Struct_CassUuid_ {
    pub time_and_version: cass_uint64_t,
    pub clock_seq_and_node: cass_uint64_t,
}

Fields

time_and_version: cass_uint64_t clock_seq_and_node: cass_uint64_t

Trait Implementations

impl Copy for Struct_CassUuid_
[src]

impl Clone for Struct_CassUuid_
[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_CassUuid_
[src]

fn default() -> Self

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