pub struct LocTChunk {
pub locals: Vec<Local>,
}
Expand description
A representation of the "LocT"
chunk.
Fields§
§locals: Vec<Local>
The list of local functions.
Trait Implementations§
Source§impl Chunk for LocTChunk
impl Chunk for LocTChunk
impl Eq for LocTChunk
impl StructuralPartialEq for LocTChunk
Auto Trait Implementations§
impl Freeze for LocTChunk
impl RefUnwindSafe for LocTChunk
impl Send for LocTChunk
impl Sync for LocTChunk
impl Unpin for LocTChunk
impl UnwindSafe for LocTChunk
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