Skip to main content

luaur_analysis/records/
weird_iter.rs

1#[derive(Debug, Clone)]
2pub struct WeirdIter {
3    pub(crate) pack_id: crate::type_aliases::type_pack_id::TypePackId,
4    pub(crate) log: *mut crate::records::txn_log::TxnLog,
5    pub(crate) pack: *mut crate::records::type_pack::TypePack,
6    pub(crate) index: usize,
7    pub(crate) growing: bool,
8    pub(crate) level: crate::records::type_level::TypeLevel,
9    pub(crate) scope: *mut crate::records::scope::Scope,
10}