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