pub struct ControlQueueFull;Expand description
The control mailbox was full (4 outstanding requests) and the request was
not enqueued. Returned by try_request_control; retry after the
supervisor’s driver loop has drained a command, or use the awaiting
request_control from async contexts.
Trait Implementations§
Source§impl Clone for ControlQueueFull
impl Clone for ControlQueueFull
Source§fn clone(&self) -> ControlQueueFull
fn clone(&self) -> ControlQueueFull
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ControlQueueFull
Source§impl Debug for ControlQueueFull
impl Debug for ControlQueueFull
impl Eq for ControlQueueFull
Source§impl Format for ControlQueueFull
Available on crate features control and defmt only.
impl Format for ControlQueueFull
Available on crate features
control and defmt only.Source§impl PartialEq for ControlQueueFull
impl PartialEq for ControlQueueFull
impl StructuralPartialEq for ControlQueueFull
Auto Trait Implementations§
impl Freeze for ControlQueueFull
impl RefUnwindSafe for ControlQueueFull
impl Send for ControlQueueFull
impl Sync for ControlQueueFull
impl Unpin for ControlQueueFull
impl UnsafeUnpin for ControlQueueFull
impl UnwindSafe for ControlQueueFull
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