Enum erdnuss_comms::controller::RecvError
source · pub enum RecvError {
NoMatchingMac,
NoMessage,
}Expand description
An error when attempting to receive a frame from a Target
Variants§
NoMatchingMac
Attempted to receive from an unknown MAC address
NoMessage
The given MAC address was known, but the incoming queue of this device was empty
Trait Implementations§
source§impl PartialEq for RecvError
impl PartialEq for RecvError
impl StructuralPartialEq for RecvError
Auto Trait Implementations§
impl RefUnwindSafe for RecvError
impl Send for RecvError
impl Sync for RecvError
impl Unpin for RecvError
impl UnwindSafe for RecvError
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