Struct hazardflow_designs::gemmini::sram::scratchpad::ScratchpadMemWriteResp
source · pub struct ScratchpadMemWriteResp {
pub cmd_id: U<8>,
}
Expand description
Scratchpad memory write response.
Fields§
§cmd_id: U<8>
Command ID.
Trait Implementations§
source§impl Clone for ScratchpadMemWriteResp
impl Clone for ScratchpadMemWriteResp
source§fn clone(&self) -> ScratchpadMemWriteResp
fn clone(&self) -> ScratchpadMemWriteResp
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 ScratchpadMemWriteResp
impl Debug for ScratchpadMemWriteResp
impl Copy for ScratchpadMemWriteResp
Auto Trait Implementations§
impl RefUnwindSafe for ScratchpadMemWriteResp
impl Send for ScratchpadMemWriteResp
impl Sync for ScratchpadMemWriteResp
impl Unpin for ScratchpadMemWriteResp
impl UnwindSafe for ScratchpadMemWriteResp
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