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