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