pub struct Prog { /* private fields */ }Expand description
A Lustre program.
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