#[repr(C)]pub struct ddsrt_hh {
pub size: u32,
pub buckets: *mut ddsrt_hh_bucket,
pub hash: ddsrt_hh_hash_fn,
pub equals: ddsrt_hh_equals_fn,
}Fields§
§size: u32§buckets: *mut ddsrt_hh_bucket§hash: ddsrt_hh_hash_fn§equals: ddsrt_hh_equals_fnTrait Implementations§
Auto Trait Implementations§
impl Freeze for ddsrt_hh
impl RefUnwindSafe for ddsrt_hh
impl !Send for ddsrt_hh
impl !Sync for ddsrt_hh
impl Unpin for ddsrt_hh
impl UnsafeUnpin for ddsrt_hh
impl UnwindSafe for ddsrt_hh
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