#[repr(C)]pub struct EccInt { /* private fields */ }
Expand description
MTL ECC Interrupt registers
Implementations§
Auto Trait Implementations§
impl !Freeze for EccInt
impl !RefUnwindSafe for EccInt
impl Send for EccInt
impl !Sync for EccInt
impl Unpin for EccInt
impl UnwindSafe for EccInt
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