Struct hazardflow_designs::gemmini::sram::scratchpad::ScratchpadReadResp
source · pub struct ScratchpadReadResp {
pub data: U<SP_DATA_WIDTH>,
pub from_dma: bool,
}
Expand description
Fields§
§data: U<SP_DATA_WIDTH>
Data.
from_dma: bool
Request was from DMA or not.
Trait Implementations§
source§impl Clone for ScratchpadReadResp
impl Clone for ScratchpadReadResp
source§fn clone(&self) -> ScratchpadReadResp
fn clone(&self) -> ScratchpadReadResp
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 ScratchpadReadResp
impl Debug for ScratchpadReadResp
impl Copy for ScratchpadReadResp
Auto Trait Implementations§
impl RefUnwindSafe for ScratchpadReadResp
impl Send for ScratchpadReadResp
impl Sync for ScratchpadReadResp
impl Unpin for ScratchpadReadResp
impl UnwindSafe for ScratchpadReadResp
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