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