pub enum CompleteError {
NotDispatched,
TooLarge,
}Expand description
Why a response could not be assembled.
Variants§
NotDispatched
DeviceEngine::complete was called without a dispatch in
flight.
TooLarge
The reply frame exceeds the budget the dispatch handed out, or the read ran past what a cursor can address.
Trait Implementations§
Source§impl Clone for CompleteError
impl Clone for CompleteError
Source§fn clone(&self) -> CompleteError
fn clone(&self) -> CompleteError
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CompleteError
impl Debug for CompleteError
Source§impl PartialEq for CompleteError
impl PartialEq for CompleteError
impl Copy for CompleteError
impl Eq for CompleteError
impl StructuralPartialEq for CompleteError
Auto Trait Implementations§
impl Freeze for CompleteError
impl RefUnwindSafe for CompleteError
impl Send for CompleteError
impl Sync for CompleteError
impl Unpin for CompleteError
impl UnwindSafe for CompleteError
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)