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