pub type Leap_ToolList_const_iterator = Leap_ConstListIterator<Leap_ToolList>;Aliased Type§
#[repr(C)]pub struct Leap_ToolList_const_iterator {
pub m_list: *const Leap_ToolList,
pub m_index: i32,
pub _phantom_0: PhantomData<UnsafeCell<Leap_ToolList>>,
}Fields§
§m_list: *const Leap_ToolList§m_index: i32§_phantom_0: PhantomData<UnsafeCell<Leap_ToolList>>