pub struct AtCapacity;Expand description
Returned by DecalSet::insert when every slot up to the set’s capacity is
live. The capacity is the backend’s own per-decal descriptor reservation, so
the backend words the error.
Trait Implementations§
Source§impl Clone for AtCapacity
impl Clone for AtCapacity
Source§fn clone(&self) -> AtCapacity
fn clone(&self) -> AtCapacity
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 AtCapacity
Source§impl Debug for AtCapacity
impl Debug for AtCapacity
impl Eq for AtCapacity
Source§impl PartialEq for AtCapacity
impl PartialEq for AtCapacity
impl StructuralPartialEq for AtCapacity
Auto Trait Implementations§
impl Freeze for AtCapacity
impl RefUnwindSafe for AtCapacity
impl Send for AtCapacity
impl Sync for AtCapacity
impl Unpin for AtCapacity
impl UnsafeUnpin for AtCapacity
impl UnwindSafe for AtCapacity
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.