pub struct RagdollGroup {
pub humans: [Human; 2],
}Expand description
One cell of ragdolls. (RagdollGroup)
Fields§
§humans: [Human; 2]Trait Implementations§
Source§impl Clone for RagdollGroup
impl Clone for RagdollGroup
Source§fn clone(&self) -> RagdollGroup
fn clone(&self) -> RagdollGroup
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 moreSource§impl Debug for RagdollGroup
impl Debug for RagdollGroup
Source§impl Default for RagdollGroup
impl Default for RagdollGroup
Source§fn default() -> RagdollGroup
fn default() -> RagdollGroup
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RagdollGroup
impl RefUnwindSafe for RagdollGroup
impl Send for RagdollGroup
impl Sync for RagdollGroup
impl Unpin for RagdollGroup
impl UnsafeUnpin for RagdollGroup
impl UnwindSafe for RagdollGroup
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