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