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