#[repr(C)]pub struct Ccr3 { /* private fields */ }
Expand description
capture/compare register 3
Implementations§
Auto Trait Implementations§
impl Freeze for Ccr3
impl RefUnwindSafe for Ccr3
impl Send for Ccr3
impl Sync for Ccr3
impl Unpin for Ccr3
impl UnwindSafe for Ccr3
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