pub struct EndpointAllocError;Expand description
Allocating an endpoint failed.
This can be due to running out of endpoints, or out of endpoint memory, or because the hardware doesn’t support the requested combination of features.
Trait Implementations§
Source§impl Clone for EndpointAllocError
 
impl Clone for EndpointAllocError
Source§fn clone(&self) -> EndpointAllocError
 
fn clone(&self) -> EndpointAllocError
Returns a duplicate of the value. Read more
1.0.0 · 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 EndpointAllocError
 
impl Debug for EndpointAllocError
Source§impl Format for EndpointAllocError
 
impl Format for EndpointAllocError
Source§impl PartialEq for EndpointAllocError
 
impl PartialEq for EndpointAllocError
impl Copy for EndpointAllocError
impl Eq for EndpointAllocError
impl StructuralPartialEq for EndpointAllocError
Auto Trait Implementations§
impl Freeze for EndpointAllocError
impl RefUnwindSafe for EndpointAllocError
impl Send for EndpointAllocError
impl Sync for EndpointAllocError
impl Unpin for EndpointAllocError
impl UnwindSafe for EndpointAllocError
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