Struct hazardflow_designs::gemmini::isa::MvinRs2
source · pub struct MvinRs2<const ROWS_BITS: usize, const COLS_BITS: usize> {
pub num_rows: U<ROWS_BITS>,
pub num_cols: U<COLS_BITS>,
pub local_addr: LocalAddr,
}
Fields§
§num_rows: U<ROWS_BITS>
§num_cols: U<COLS_BITS>
§local_addr: LocalAddr
Trait Implementations§
source§impl<const ROWS_BITS: usize, const COLS_BITS: usize> From<Array<bool, 64>> for MvinRs2<ROWS_BITS, COLS_BITS>
impl<const ROWS_BITS: usize, const COLS_BITS: usize> From<Array<bool, 64>> for MvinRs2<ROWS_BITS, COLS_BITS>
impl<const ROWS_BITS: usize, const COLS_BITS: usize> Copy for MvinRs2<ROWS_BITS, COLS_BITS>
Auto Trait Implementations§
impl<const ROWS_BITS: usize, const COLS_BITS: usize> RefUnwindSafe for MvinRs2<ROWS_BITS, COLS_BITS>
impl<const ROWS_BITS: usize, const COLS_BITS: usize> Send for MvinRs2<ROWS_BITS, COLS_BITS>
impl<const ROWS_BITS: usize, const COLS_BITS: usize> Sync for MvinRs2<ROWS_BITS, COLS_BITS>
impl<const ROWS_BITS: usize, const COLS_BITS: usize> Unpin for MvinRs2<ROWS_BITS, COLS_BITS>
impl<const ROWS_BITS: usize, const COLS_BITS: usize> UnwindSafe for MvinRs2<ROWS_BITS, COLS_BITS>
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