#[repr(i32)]pub enum ForceType {
Radial = 0,
Wind = 1,
Explosion = 2,
}Expand description
Force influence type (FOR_)
Variants§
Radial = 0
Radial force (outward from center)
Wind = 1
Wind force (directional)
Explosion = 2
Explosion force (impulse)
Trait Implementations§
impl Copy for ForceType
impl Eq for ForceType
impl StructuralPartialEq for ForceType
Auto Trait Implementations§
impl Freeze for ForceType
impl RefUnwindSafe for ForceType
impl Send for ForceType
impl Sync for ForceType
impl Unpin for ForceType
impl UnsafeUnpin for ForceType
impl UnwindSafe for ForceType
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