pub struct MemResp<const WIDTH: usize> {
pub id: usize,
pub rdata: [u8; WIDTH],
}Fields§
§id: usize§rdata: [u8; WIDTH]Auto Trait Implementations§
impl<const WIDTH: usize> Freeze for MemResp<WIDTH>
impl<const WIDTH: usize> RefUnwindSafe for MemResp<WIDTH>
impl<const WIDTH: usize> Send for MemResp<WIDTH>
impl<const WIDTH: usize> Sync for MemResp<WIDTH>
impl<const WIDTH: usize> Unpin for MemResp<WIDTH>
impl<const WIDTH: usize> UnwindSafe for MemResp<WIDTH>
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