#[repr(u32)]pub enum Physics2DServerDampedStringParam {
DampedStringRestLength = 0,
DampedStringStiffness = 1,
DampedStringDamping = 2,
}Variants§
Trait Implementations§
Source§impl Clone for Physics2DServerDampedStringParam
impl Clone for Physics2DServerDampedStringParam
Source§fn clone(&self) -> Physics2DServerDampedStringParam
fn clone(&self) -> Physics2DServerDampedStringParam
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 PartialEq for Physics2DServerDampedStringParam
impl PartialEq for Physics2DServerDampedStringParam
Source§fn eq(&self, other: &Physics2DServerDampedStringParam) -> bool
fn eq(&self, other: &Physics2DServerDampedStringParam) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Physics2DServerDampedStringParam
impl Eq for Physics2DServerDampedStringParam
impl StructuralPartialEq for Physics2DServerDampedStringParam
Auto Trait Implementations§
impl Freeze for Physics2DServerDampedStringParam
impl RefUnwindSafe for Physics2DServerDampedStringParam
impl Send for Physics2DServerDampedStringParam
impl Sync for Physics2DServerDampedStringParam
impl Unpin for Physics2DServerDampedStringParam
impl UnwindSafe for Physics2DServerDampedStringParam
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