pub struct ECCR;Expand description
Opaque ECCR register
Auto Trait Implementations§
impl Freeze for ECCR
impl RefUnwindSafe for ECCR
impl Send for ECCR
impl Sync for ECCR
impl Unpin for ECCR
impl UnwindSafe for ECCR
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