Skip to main content

luaur_code_gen/methods/
block_iterator_wrapper_begin.rs

1use crate::records::block_iterator_wrapper::BlockIteratorWrapper;
2
3impl BlockIteratorWrapper {
4    pub fn begin(&self) -> *const u32 {
5        self.itBegin
6    }
7}