pub struct Prog {
pub debug: Vec<Option<SynPos>>,
pub data: Vec<VVal>,
pub nxt_debug: Option<SynPos>,
/* private fields */
}
Fields§
§debug: Vec<Option<SynPos>>
§data: Vec<VVal>
§nxt_debug: Option<SynPos>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Prog
impl !RefUnwindSafe for Prog
impl !Send for Prog
impl !Sync for Prog
impl Unpin for Prog
impl !UnwindSafe for Prog
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