pub struct AreaParameter(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl AreaParameter
impl AreaParameter
pub const GRAVITY: AreaParameter
pub const GRAVITY_VECTOR: AreaParameter
pub const GRAVITY_IS_POINT: AreaParameter
pub const GRAVITY_DISTANCE_SCALE: AreaParameter
pub const GRAVITY_POINT_ATTENUATION: AreaParameter
pub const LINEAR_DAMP: AreaParameter
pub const ANGULAR_DAMP: AreaParameter
pub const PRIORITY: AreaParameter
Trait Implementations§
Source§impl Clone for AreaParameter
impl Clone for AreaParameter
Source§fn clone(&self) -> AreaParameter
fn clone(&self) -> AreaParameter
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 AreaParameter
impl Debug for AreaParameter
Source§impl From<AreaParameter> for i64
impl From<AreaParameter> for i64
Source§fn from(v: AreaParameter) -> Self
fn from(v: AreaParameter) -> Self
Converts to this type from the input type.
Source§impl From<i64> for AreaParameter
impl From<i64> for AreaParameter
Source§impl FromVariant for AreaParameter
impl FromVariant for AreaParameter
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for AreaParameter
impl Hash for AreaParameter
Source§impl Ord for AreaParameter
impl Ord for AreaParameter
Source§fn cmp(&self, other: &AreaParameter) -> Ordering
fn cmp(&self, other: &AreaParameter) -> 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 PartialEq for AreaParameter
impl PartialEq for AreaParameter
Source§impl PartialOrd for AreaParameter
impl PartialOrd for AreaParameter
impl Copy for AreaParameter
impl Eq for AreaParameter
impl StructuralPartialEq for AreaParameter
Auto Trait Implementations§
impl Freeze for AreaParameter
impl RefUnwindSafe for AreaParameter
impl Send for AreaParameter
impl Sync for AreaParameter
impl Unpin for AreaParameter
impl UnwindSafe for AreaParameter
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.