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