pub struct Rotate { /* private fields */ }Implementations§
Trait Implementations§
Source§impl TapeMachine<CacheInstructionSet> for Rotate
impl TapeMachine<CacheInstructionSet> for Rotate
fn needs_restart(&mut self) -> bool
fn handle(&mut self, instruction: CacheInstruction<'_>)
Source§impl TapeMachine<InstructionSet> for Rotate
impl TapeMachine<InstructionSet> for Rotate
fn needs_restart(&mut self) -> bool
fn handle(&mut self, instruction: Instruction<'_>)
Auto Trait Implementations§
impl Freeze for Rotate
impl RefUnwindSafe for Rotate
impl Send for Rotate
impl Sync for Rotate
impl Unpin for Rotate
impl UnsafeUnpin for Rotate
impl UnwindSafe for Rotate
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