Struct cassandra_cpp_sys::CassUuid_ [] [src]

#[repr(C)]
pub struct CassUuid_ { pub time_and_version: cass_uint64_t, pub clock_seq_and_node: cass_uint64_t, }

Fields

Trait Implementations

impl Copy for CassUuid_
[src]

impl Clone for CassUuid_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CassUuid_
[src]

Formats the value using the given formatter.

impl Default for CassUuid_
[src]

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