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