pub enum CreateQueueError {
MemoryRegionTooSmall,
StrideTooSmall,
}
Variants§
Trait Implementations§
source§impl Clone for CreateQueueError
impl Clone for CreateQueueError
source§fn clone(&self) -> CreateQueueError
fn clone(&self) -> CreateQueueError
Returns a copy 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 CreateQueueError
impl Debug for CreateQueueError
source§impl Ord for CreateQueueError
impl Ord for CreateQueueError
source§fn cmp(&self, other: &CreateQueueError) -> Ordering
fn cmp(&self, other: &CreateQueueError) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for CreateQueueError
impl PartialEq for CreateQueueError
source§impl PartialOrd for CreateQueueError
impl PartialOrd for CreateQueueError
impl Copy for CreateQueueError
impl Eq for CreateQueueError
impl StructuralPartialEq for CreateQueueError
Auto Trait Implementations§
impl Freeze for CreateQueueError
impl RefUnwindSafe for CreateQueueError
impl Send for CreateQueueError
impl Sync for CreateQueueError
impl Unpin for CreateQueueError
impl UnwindSafe for CreateQueueError
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)