pub struct SoftBodyHandle {
pub id: u32,
pub generation: u32,
}Fields§
§id: u32§generation: u32Trait Implementations§
Source§impl Clone for SoftBodyHandle
impl Clone for SoftBodyHandle
Source§fn clone(&self) -> SoftBodyHandle
fn clone(&self) -> SoftBodyHandle
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 SoftBodyHandle
Source§impl Debug for SoftBodyHandle
impl Debug for SoftBodyHandle
impl Eq for SoftBodyHandle
Source§impl PartialEq for SoftBodyHandle
impl PartialEq for SoftBodyHandle
impl StructuralPartialEq for SoftBodyHandle
Auto Trait Implementations§
impl Freeze for SoftBodyHandle
impl RefUnwindSafe for SoftBodyHandle
impl Send for SoftBodyHandle
impl Sync for SoftBodyHandle
impl Unpin for SoftBodyHandle
impl UnsafeUnpin for SoftBodyHandle
impl UnwindSafe for SoftBodyHandle
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