Fields
key: *mut c_char
data: *mut c_void
Trait Implementations
sourceimpl Hash for entry
impl Hash for entry
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Copy for entry
impl Eq for entry
impl StructuralEq for entry
impl StructuralPartialEq for entry
Auto Trait Implementations
impl RefUnwindSafe for entry
impl !Send for entry
impl !Sync for entry
impl Unpin for entry
impl UnwindSafe for entry
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more