pub struct LocalsReader<'a> { /* private fields */ }
Expand description
A reader for a function body’s locals.
Implementations§
Source§impl<'a> LocalsReader<'a>
impl<'a> LocalsReader<'a>
Sourcepub fn original_position(&self) -> usize
pub fn original_position(&self) -> usize
Gets the original position of the reader.
Sourcepub fn get_binary_reader(self) -> BinaryReader<'a>
pub fn get_binary_reader(self) -> BinaryReader<'a>
Gets the binary reader from this LocalsReader
Trait Implementations§
Source§impl<'a> IntoIterator for LocalsReader<'a>
impl<'a> IntoIterator for LocalsReader<'a>
Auto Trait Implementations§
impl<'a> Freeze for LocalsReader<'a>
impl<'a> RefUnwindSafe for LocalsReader<'a>
impl<'a> Send for LocalsReader<'a>
impl<'a> Sync for LocalsReader<'a>
impl<'a> Unpin for LocalsReader<'a>
impl<'a> UnwindSafe for LocalsReader<'a>
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