#[repr(C)]pub struct flecs_hashmap_iter_t {
pub it: ecs_map_iter_t,
pub bucket: *mut ecs_hm_bucket_t,
pub index: i32,
}Fields§
§it: ecs_map_iter_t§bucket: *mut ecs_hm_bucket_t§index: i32Trait Implementations§
Source§impl Clone for flecs_hashmap_iter_t
impl Clone for flecs_hashmap_iter_t
Source§fn clone(&self) -> flecs_hashmap_iter_t
fn clone(&self) -> flecs_hashmap_iter_t
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 flecs_hashmap_iter_t
impl Debug for flecs_hashmap_iter_t
impl Copy for flecs_hashmap_iter_t
Auto Trait Implementations§
impl Freeze for flecs_hashmap_iter_t
impl RefUnwindSafe for flecs_hashmap_iter_t
impl !Send for flecs_hashmap_iter_t
impl !Sync for flecs_hashmap_iter_t
impl Unpin for flecs_hashmap_iter_t
impl UnwindSafe for flecs_hashmap_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