Struct CUuuid_st
#[repr(C)]pub struct CUuuid_st {
pub bytes: [i8; 16],
}Fields§
§bytes: [i8; 16]Trait Implementations§
§impl Ord for CUuuid_st
impl Ord for CUuuid_st
§impl PartialOrd for CUuuid_st
impl PartialOrd for CUuuid_st
impl Copy for CUuuid_st
impl Eq for CUuuid_st
impl StructuralPartialEq for CUuuid_st
Auto Trait Implementations§
impl Freeze for CUuuid_st
impl RefUnwindSafe for CUuuid_st
impl Send for CUuuid_st
impl Sync for CUuuid_st
impl Unpin for CUuuid_st
impl UnsafeUnpin for CUuuid_st
impl UnwindSafe for CUuuid_st
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more