Struct hazardflow_designs::gemmini::reservation_station::Entry
source · pub struct Entry {
pub q: Q,
pub issued: bool,
pub deps: Deps,
/* private fields */
}
Expand description
Entry in the queue.
Fields§
§q: Q
Queue type.
issued: bool
Entry is issued or not.
deps: Deps
Dependencies between entries in the queue.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl UnwindSafe for Entry
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