#[repr(transparent)]pub struct Ceei(pub u8);Expand description
Clear Enable Error Interrupt
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for Ceei
impl Eq for Ceei
impl StructuralPartialEq for Ceei
Auto Trait Implementations§
impl Freeze for Ceei
impl RefUnwindSafe for Ceei
impl Send for Ceei
impl Sync for Ceei
impl Unpin for Ceei
impl UnwindSafe for Ceei
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