pub enum RigidStream {
Show 42 variants
ColliderAabbs,
LiveBodies,
BodyActivity,
BodyMotion,
BodyStateScratch,
ConstraintRows,
JointStates,
ConstraintScratch,
JointFilterMajor,
JointFilterMinor,
CcdFactor,
CcdImpact,
ContactsRaw,
ContactValid,
CompactRanks,
CompactBlockSums,
CompactBlockOffsets,
Contacts,
ContactTargetSpeeds,
ContactMatched,
ContactArchive,
RestingContacts,
RestingLive,
RestingNext,
RestingFree,
RestingIndexMajor,
RestingIndexMinor,
RestingIndexSlots,
SolverSegments,
SolverBlockCounts,
SolverBlocks,
SolverVelocityDeltas,
SolverPositionDeltas,
SolverResolution,
SolverContributions,
IslandParents,
IslandState,
Events,
SortScratchMajor,
SortScratchMinor,
SortScratchPayload,
SortDummyPayload,
}Variants§
ColliderAabbs
LiveBodies
BodyActivity
BodyMotion
BodyStateScratch
ConstraintRows
JointStates
ConstraintScratch
JointFilterMajor
JointFilterMinor
CcdFactor
CcdImpact
ContactsRaw
ContactValid
CompactRanks
CompactBlockSums
CompactBlockOffsets
Contacts
ContactTargetSpeeds
ContactMatched
ContactArchive
RestingContacts
RestingLive
RestingNext
RestingFree
RestingIndexMajor
RestingIndexMinor
RestingIndexSlots
SolverSegments
SolverBlockCounts
SolverBlocks
SolverVelocityDeltas
SolverPositionDeltas
SolverResolution
SolverContributions
IslandParents
IslandState
Events
SortScratchMajor
SortScratchMinor
SortScratchPayload
SortDummyPayload
Implementations§
Source§impl RigidStream
impl RigidStream
pub const ALL: &'static [Self]
pub const CONTENTS: &'static [Contents]
pub const fn contents(self) -> Contents
pub const fn label(self) -> &'static str
pub const fn element(self) -> StreamElement
pub const fn durable(self) -> bool
pub const fn whole(self) -> SlotRef
pub fn of(local: u32) -> Self
pub fn stream(self, table: &RigidStreams) -> &Stream
Trait Implementations§
Source§impl Clone for RigidStream
impl Clone for RigidStream
Source§fn clone(&self) -> RigidStream
fn clone(&self) -> RigidStream
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 RigidStream
impl Eq for RigidStream
Source§impl From<RigidStream> for ResourceId
impl From<RigidStream> for ResourceId
Source§fn from(id: RigidStream) -> Self
fn from(id: RigidStream) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RigidStream
impl PartialEq for RigidStream
impl StructuralPartialEq for RigidStream
Auto Trait Implementations§
impl Freeze for RigidStream
impl RefUnwindSafe for RigidStream
impl Send for RigidStream
impl Sync for RigidStream
impl Unpin for RigidStream
impl UnsafeUnpin for RigidStream
impl UnwindSafe for RigidStream
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.