Enum bf_fast::Instructions
source · [−]pub enum Instructions {
PointerRight(usize),
PointerLeft(usize),
Add(u8),
Sub(u8),
PutChar,
GetChar,
LoopStart(usize),
LoopEnd(usize),
Clear,
ScanLeft,
ScanRight,
}Variants
PointerRight(usize)
PointerLeft(usize)
Add(u8)
Sub(u8)
PutChar
GetChar
LoopStart(usize)
LoopEnd(usize)
Clear
ScanLeft
ScanRight
Auto Trait Implementations
impl RefUnwindSafe for Instructions
impl Send for Instructions
impl Sync for Instructions
impl Unpin for Instructions
impl UnwindSafe for Instructions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more