Struct hazardflow_designs::gemmini::sram::dma::dma_command_tracker::AllocResp
source · pub struct AllocResp<const NCMDS: usize> {
pub cmd_id: U<{ _ }>,
}
Expand description
Command allocation response.
Fields§
§cmd_id: U<{ _ }>
Command ID.
Trait Implementations§
impl<const NCMDS: usize> Copy for AllocResp<NCMDS>
Auto Trait Implementations§
impl<const NCMDS: usize> RefUnwindSafe for AllocResp<NCMDS>
impl<const NCMDS: usize> Send for AllocResp<NCMDS>
impl<const NCMDS: usize> Sync for AllocResp<NCMDS>
impl<const NCMDS: usize> Unpin for AllocResp<NCMDS>
impl<const NCMDS: usize> UnwindSafe for AllocResp<NCMDS>
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