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