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