Struct hazardflow_designs::gemmini::sram::scratchpad::ScratchpadWriteReq
source · pub struct ScratchpadWriteReq {
pub addr: U<{ _ }>,
pub data: U<SP_DATA_WIDTH>,
pub mask: U<SP_MASK_WIDTH>,
}
Expand description
Scratchpad Write Request
Note: There is no response for Scratchpad Write
Fields§
§addr: U<{ _ }>
Address.
data: U<SP_DATA_WIDTH>
Data.
mask: U<SP_MASK_WIDTH>
Mask.
Trait Implementations§
source§impl Clone for ScratchpadWriteReq
impl Clone for ScratchpadWriteReq
source§fn clone(&self) -> ScratchpadWriteReq
fn clone(&self) -> ScratchpadWriteReq
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 ScratchpadWriteReq
impl Debug for ScratchpadWriteReq
impl Copy for ScratchpadWriteReq
Auto Trait Implementations§
impl RefUnwindSafe for ScratchpadWriteReq
impl Send for ScratchpadWriteReq
impl Sync for ScratchpadWriteReq
impl Unpin for ScratchpadWriteReq
impl UnwindSafe for ScratchpadWriteReq
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