pub struct Parameter(pub i64);
Tuple Fields§
§0: i64
Implementations§
Source§impl Parameter
impl Parameter
pub const INITIAL_LINEAR_VELOCITY: Parameter
pub const ANGULAR_VELOCITY: Parameter
pub const ORBIT_VELOCITY: Parameter
pub const LINEAR_ACCEL: Parameter
pub const RADIAL_ACCEL: Parameter
pub const TANGENTIAL_ACCEL: Parameter
pub const DAMPING: Parameter
pub const ANGLE: Parameter
pub const SCALE: Parameter
pub const HUE_VARIATION: Parameter
pub const ANIM_SPEED: Parameter
pub const ANIM_OFFSET: Parameter
pub const MAX: Parameter
Trait Implementations§
Source§impl FromVariant for Parameter
impl FromVariant for Parameter
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Ord for Parameter
impl Ord for Parameter
Source§impl PartialOrd for Parameter
impl PartialOrd for Parameter
impl Copy for Parameter
impl Eq for Parameter
impl StructuralPartialEq for Parameter
Auto Trait Implementations§
impl Freeze for Parameter
impl RefUnwindSafe for Parameter
impl Send for Parameter
impl Sync for Parameter
impl Unpin for Parameter
impl UnwindSafe for Parameter
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.