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