#[repr(C)]pub struct ihash_s {
pub prime: i32,
pub count: i32,
pub addproc: iv_hashaddproc,
pub delproc: iv_hashdelproc,
pub items: *mut *mut ihash_item_s,
}Fields§
§prime: i32§count: i32§addproc: iv_hashaddproc§delproc: iv_hashdelproc§items: *mut *mut ihash_item_sTrait Implementations§
Auto Trait Implementations§
impl Freeze for ihash_s
impl RefUnwindSafe for ihash_s
impl !Send for ihash_s
impl !Sync for ihash_s
impl Unpin for ihash_s
impl UnwindSafe for ihash_s
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