Enum erdnuss_comms::controller::SendError
source · pub enum SendError {
NoMatchingMac,
QueueFull(FrameBox),
}Expand description
An error when sending a frame to a Target
Variants§
NoMatchingMac
Attempted to send to an unknown MAC address
QueueFull(FrameBox)
The given MAC address was known, but the outgoing queue of this device is full
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SendError
impl Send for SendError
impl !Sync for SendError
impl Unpin for SendError
impl UnwindSafe for SendError
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