#[repr(C)]pub struct MapIterator {
pub map_header_frame_offset: u32,
pub index: u32,
}Fields§
§map_header_frame_offset: u32§index: u32Auto Trait Implementations§
impl Freeze for MapIterator
impl RefUnwindSafe for MapIterator
impl Send for MapIterator
impl Sync for MapIterator
impl Unpin for MapIterator
impl UnwindSafe for MapIterator
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