pub struct MultiReg {
pub reg_type: RegType,
pub reg: u8,
pub data: u32,
}Fields§
§reg_type: RegType§reg: u8§data: u32Trait Implementations§
impl Eq for MultiReg
impl StructuralPartialEq for MultiReg
Auto Trait Implementations§
impl Freeze for MultiReg
impl RefUnwindSafe for MultiReg
impl Send for MultiReg
impl Sync for MultiReg
impl Unpin for MultiReg
impl UnsafeUnpin for MultiReg
impl UnwindSafe for MultiReg
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