pub struct TestImageNode { /* private fields */ }Implementations§
Source§impl TestImageNode
impl TestImageNode
Trait Implementations§
Source§impl Debug for TestImageNode
impl Debug for TestImageNode
Source§impl Node for TestImageNode
impl Node for TestImageNode
Source§fn sync(&mut self, io: &mut IoBusView<'_>)
fn sync(&mut self, io: &mut IoBusView<'_>)
Synchronize reads and writes after the last instruction cycle.
Source§fn is_stalled(&self) -> bool
fn is_stalled(&self) -> bool
Determine if a node is executing assembly code or if it is stalled on a read or write.
For all nodes except nodes which can execute assembly, this should always be
true.Auto Trait Implementations§
impl Freeze for TestImageNode
impl RefUnwindSafe for TestImageNode
impl Send for TestImageNode
impl Sync for TestImageNode
impl Unpin for TestImageNode
impl UnwindSafe for TestImageNode
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