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