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