#[repr(C)]pub struct VerletConstraintT {
pub chain_length: u32,
pub damping: f32,
pub data: *mut VerletConstraintDataT,
}Fields§
§chain_length: u32§damping: f32§data: *mut VerletConstraintDataTTrait Implementations§
Source§impl Clone for VerletConstraintT
impl Clone for VerletConstraintT
Source§fn clone(&self) -> VerletConstraintT
fn clone(&self) -> VerletConstraintT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for VerletConstraintT
impl Default for VerletConstraintT
impl Copy for VerletConstraintT
Auto Trait Implementations§
impl Freeze for VerletConstraintT
impl RefUnwindSafe for VerletConstraintT
impl !Send for VerletConstraintT
impl !Sync for VerletConstraintT
impl Unpin for VerletConstraintT
impl UnwindSafe for VerletConstraintT
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