#[repr(u32)]pub enum Physics2DServerJointType {
JointPin = 0,
JointGroove = 1,
JointDampedSpring = 2,
}Variants§
Trait Implementations§
Source§impl Clone for Physics2DServerJointType
impl Clone for Physics2DServerJointType
Source§fn clone(&self) -> Physics2DServerJointType
fn clone(&self) -> Physics2DServerJointType
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 Debug for Physics2DServerJointType
impl Debug for Physics2DServerJointType
Source§impl Hash for Physics2DServerJointType
impl Hash for Physics2DServerJointType
Source§impl PartialEq for Physics2DServerJointType
impl PartialEq for Physics2DServerJointType
impl Copy for Physics2DServerJointType
impl Eq for Physics2DServerJointType
impl StructuralPartialEq for Physics2DServerJointType
Auto Trait Implementations§
impl Freeze for Physics2DServerJointType
impl RefUnwindSafe for Physics2DServerJointType
impl Send for Physics2DServerJointType
impl Sync for Physics2DServerJointType
impl Unpin for Physics2DServerJointType
impl UnwindSafe for Physics2DServerJointType
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