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