pub struct Hreg<const N: usize> { /* private fields */ }Expand description
HREG(保持寄存器)结构体(FC03)
Implementations§
Trait Implementations§
Source§impl<const N: usize> RegisterRead for Hreg<N>
impl<const N: usize> RegisterRead for Hreg<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for Hreg<N>
impl<const N: usize> RefUnwindSafe for Hreg<N>
impl<const N: usize> Send for Hreg<N>
impl<const N: usize> Sync for Hreg<N>
impl<const N: usize> Unpin for Hreg<N>
impl<const N: usize> UnsafeUnpin for Hreg<N>
impl<const N: usize> UnwindSafe for Hreg<N>
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