Enum Err8
pub enum Err8 {
_0 = 0,
_1 = 1,
}Expand description
Error In Channel 8
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Err8
impl Eq for Err8
impl StructuralPartialEq for Err8
Auto Trait Implementations§
impl Freeze for Err8
impl RefUnwindSafe for Err8
impl Send for Err8
impl Sync for Err8
impl Unpin for Err8
impl UnwindSafe for Err8
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