pub struct TimerQueueFull;Expand description
Queue-full error returned by timer registration APIs (plan.md §4.3).
Trait Implementations§
Source§impl Clone for TimerQueueFull
impl Clone for TimerQueueFull
Source§fn clone(&self) -> TimerQueueFull
fn clone(&self) -> TimerQueueFull
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 TimerQueueFull
Source§impl Debug for TimerQueueFull
impl Debug for TimerQueueFull
impl Eq for TimerQueueFull
Source§impl PartialEq for TimerQueueFull
impl PartialEq for TimerQueueFull
impl StructuralPartialEq for TimerQueueFull
Auto Trait Implementations§
impl Freeze for TimerQueueFull
impl RefUnwindSafe for TimerQueueFull
impl Send for TimerQueueFull
impl Sync for TimerQueueFull
impl Unpin for TimerQueueFull
impl UnsafeUnpin for TimerQueueFull
impl UnwindSafe for TimerQueueFull
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