Struct hazardflow_designs::gemmini::sram::dma::dma_command_tracker::CmdCompletionResp
source · pub struct CmdCompletionResp<T: Copy> {
pub tag: T,
}
Expand description
Command completion response.
Fields§
§tag: T
Tag.
Trait Implementations§
source§impl<T: Clone + Copy> Clone for CmdCompletionResp<T>
impl<T: Clone + Copy> Clone for CmdCompletionResp<T>
source§fn clone(&self) -> CmdCompletionResp<T>
fn clone(&self) -> CmdCompletionResp<T>
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 moreimpl<T: Copy + Copy> Copy for CmdCompletionResp<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for CmdCompletionResp<T>where
T: RefUnwindSafe,
impl<T> Send for CmdCompletionResp<T>where
T: Send,
impl<T> Sync for CmdCompletionResp<T>where
T: Sync,
impl<T> Unpin for CmdCompletionResp<T>where
T: Unpin,
impl<T> UnwindSafe for CmdCompletionResp<T>where
T: UnwindSafe,
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