pub struct StateCapacity {
pub shapes: ShapeCapacity,
pub observed: u32,
}Fields§
§shapes: ShapeCapacity§observed: u32Trait Implementations§
Source§impl Clone for StateCapacity
impl Clone for StateCapacity
Source§fn clone(&self) -> StateCapacity
fn clone(&self) -> StateCapacity
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 StateCapacity
Source§impl Debug for StateCapacity
impl Debug for StateCapacity
Source§impl Default for StateCapacity
impl Default for StateCapacity
Source§fn default() -> StateCapacity
fn default() -> StateCapacity
Returns the “default value” for a type. Read more
impl Eq for StateCapacity
Source§impl PartialEq for StateCapacity
impl PartialEq for StateCapacity
impl StructuralPartialEq for StateCapacity
Auto Trait Implementations§
impl Freeze for StateCapacity
impl RefUnwindSafe for StateCapacity
impl Send for StateCapacity
impl Sync for StateCapacity
impl Unpin for StateCapacity
impl UnsafeUnpin for StateCapacity
impl UnwindSafe for StateCapacity
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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§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.