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