pub struct CommandQueueOverflow;Expand description
Message emitted when CommandQueue::try_push returns Err because the queue is full.
Trait Implementations§
Source§impl Clone for CommandQueueOverflow
impl Clone for CommandQueueOverflow
Source§fn clone(&self) -> CommandQueueOverflow
fn clone(&self) -> CommandQueueOverflow
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 moreSource§impl Debug for CommandQueueOverflow
impl Debug for CommandQueueOverflow
impl Copy for CommandQueueOverflow
impl Message for CommandQueueOverflow
Auto Trait Implementations§
impl Freeze for CommandQueueOverflow
impl RefUnwindSafe for CommandQueueOverflow
impl Send for CommandQueueOverflow
impl Sync for CommandQueueOverflow
impl Unpin for CommandQueueOverflow
impl UnsafeUnpin for CommandQueueOverflow
impl UnwindSafe for CommandQueueOverflow
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
§fn into_result(self) -> Result<T, RunSystemError>
fn into_result(self) -> Result<T, RunSystemError>
Converts this type into the system output type.