pub struct RCR { /* private fields */ }
Expand description
repetition counter register
Implementations§
Auto Trait Implementations§
impl !Freeze for RCR
impl !RefUnwindSafe for RCR
impl Send for RCR
impl !Sync for RCR
impl Unpin for RCR
impl UnwindSafe for RCR
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