pub struct StreamCapacity {
pub state: <StateDomain as Domain>::Capacity,
pub broadphase: <BroadphaseDomain as Domain>::Capacity,
pub rigid: <RigidDomain as Domain>::Capacity,
pub soft: <SoftDomain as Domain>::Capacity,
}Fields§
§state: <StateDomain as Domain>::Capacity§broadphase: <BroadphaseDomain as Domain>::Capacity§rigid: <RigidDomain as Domain>::Capacity§soft: <SoftDomain as Domain>::CapacityTrait Implementations§
Source§impl Clone for StreamCapacity
impl Clone for StreamCapacity
Source§fn clone(&self) -> StreamCapacity
fn clone(&self) -> StreamCapacity
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 StreamCapacity
Source§impl Debug for StreamCapacity
impl Debug for StreamCapacity
impl Eq for StreamCapacity
Source§impl PartialEq for StreamCapacity
impl PartialEq for StreamCapacity
impl StructuralPartialEq for StreamCapacity
Auto Trait Implementations§
impl Freeze for StreamCapacity
impl RefUnwindSafe for StreamCapacity
impl Send for StreamCapacity
impl Sync for StreamCapacity
impl Unpin for StreamCapacity
impl UnsafeUnpin for StreamCapacity
impl UnwindSafe for StreamCapacity
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.