Struct hazardflow_designs::gemmini::isa::ConfigExRs2
source · pub struct ConfigExRs2 {
pub c_stride: U<CONFIG_EX_RS2_C_STRIDE_WIDTH>,
pub in_shift: U<CONFIG_EX_RS2_IN_SHIFT_WIDTH>,
}
Fields§
§c_stride: U<CONFIG_EX_RS2_C_STRIDE_WIDTH>
§in_shift: U<CONFIG_EX_RS2_IN_SHIFT_WIDTH>
Implementations§
Trait Implementations§
source§impl Clone for ConfigExRs2
impl Clone for ConfigExRs2
source§fn clone(&self) -> ConfigExRs2
fn clone(&self) -> ConfigExRs2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ConfigExRs2
impl Debug for ConfigExRs2
impl Copy for ConfigExRs2
Auto Trait Implementations§
impl RefUnwindSafe for ConfigExRs2
impl Send for ConfigExRs2
impl Sync for ConfigExRs2
impl Unpin for ConfigExRs2
impl UnwindSafe for ConfigExRs2
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