#[repr(C)]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_tTrait Implementations§
Source§impl Clone for Struct_CassUuid_
impl Clone for Struct_CassUuid_
Source§impl Default for Struct_CassUuid_
impl Default for Struct_CassUuid_
impl Copy for Struct_CassUuid_
Auto Trait Implementations§
impl Freeze for Struct_CassUuid_
impl RefUnwindSafe for Struct_CassUuid_
impl Send for Struct_CassUuid_
impl Sync for Struct_CassUuid_
impl Unpin for Struct_CassUuid_
impl UnwindSafe for Struct_CassUuid_
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more