#[repr(C)]pub struct hash_iter_t {
pub ht: *const hash_table_t,
pub ent: *const hash_entry_t,
pub idx: size_t,
}Fields§
§ht: *const hash_table_t§ent: *const hash_entry_t§idx: size_tAuto Trait Implementations§
impl Freeze for hash_iter_t
impl RefUnwindSafe for hash_iter_t
impl !Send for hash_iter_t
impl !Sync for hash_iter_t
impl Unpin for hash_iter_t
impl UnwindSafe for hash_iter_t
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