Struct hazardflow_designs::cpu::wb::Register
source · pub struct Register {
pub addr: U<{ _ }>,
pub data: u32,
}Expand description
Register.
Fields§
§addr: U<{ _ }>Address.
data: u32Data.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Register
impl Send for Register
impl Sync for Register
impl Unpin for Register
impl UnwindSafe for Register
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