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