#[repr(C)]pub struct CSTL_HashType {
pub is_eq: CSTL_IsEq,
pub hash: CSTL_Hash,
}Expand description
Function table for a type instances of which can be hashed and compared for equality.
Fields§
§is_eq: CSTL_IsEq§hash: CSTL_HashTrait Implementations§
Source§impl Clone for CSTL_HashType
impl Clone for CSTL_HashType
Source§fn clone(&self) -> CSTL_HashType
fn clone(&self) -> CSTL_HashType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CSTL_HashType
impl Debug for CSTL_HashType
impl Copy for CSTL_HashType
Auto Trait Implementations§
impl Freeze for CSTL_HashType
impl RefUnwindSafe for CSTL_HashType
impl Send for CSTL_HashType
impl Sync for CSTL_HashType
impl Unpin for CSTL_HashType
impl UnwindSafe for CSTL_HashType
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