pub struct PhysicsInterpolationQuality(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl PhysicsInterpolationQuality
impl PhysicsInterpolationQuality
pub const FAST: PhysicsInterpolationQuality
pub const HIGH: PhysicsInterpolationQuality
Trait Implementations§
Source§impl Clone for PhysicsInterpolationQuality
impl Clone for PhysicsInterpolationQuality
Source§fn clone(&self) -> PhysicsInterpolationQuality
fn clone(&self) -> PhysicsInterpolationQuality
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 PhysicsInterpolationQuality
impl Debug for PhysicsInterpolationQuality
Source§impl From<PhysicsInterpolationQuality> for i64
impl From<PhysicsInterpolationQuality> for i64
Source§fn from(v: PhysicsInterpolationQuality) -> Self
fn from(v: PhysicsInterpolationQuality) -> Self
Converts to this type from the input type.
Source§impl From<i64> for PhysicsInterpolationQuality
impl From<i64> for PhysicsInterpolationQuality
Source§impl FromVariant for PhysicsInterpolationQuality
impl FromVariant for PhysicsInterpolationQuality
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for PhysicsInterpolationQuality
impl Hash for PhysicsInterpolationQuality
Source§impl Ord for PhysicsInterpolationQuality
impl Ord for PhysicsInterpolationQuality
Source§fn cmp(&self, other: &PhysicsInterpolationQuality) -> Ordering
fn cmp(&self, other: &PhysicsInterpolationQuality) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for PhysicsInterpolationQuality
impl PartialOrd for PhysicsInterpolationQuality
impl Copy for PhysicsInterpolationQuality
impl Eq for PhysicsInterpolationQuality
impl StructuralPartialEq for PhysicsInterpolationQuality
Auto Trait Implementations§
impl Freeze for PhysicsInterpolationQuality
impl RefUnwindSafe for PhysicsInterpolationQuality
impl Send for PhysicsInterpolationQuality
impl Sync for PhysicsInterpolationQuality
impl Unpin for PhysicsInterpolationQuality
impl UnwindSafe for PhysicsInterpolationQuality
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.