pub enum PhysicsValueKind {
X,
Y,
Angle,
}Variants§
Trait Implementations§
Source§impl Clone for PhysicsValueKind
impl Clone for PhysicsValueKind
Source§fn clone(&self) -> PhysicsValueKind
fn clone(&self) -> PhysicsValueKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhysicsValueKind
Source§impl Debug for PhysicsValueKind
impl Debug for PhysicsValueKind
Source§impl<'de> Deserialize<'de> for PhysicsValueKind
impl<'de> Deserialize<'de> for PhysicsValueKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PhysicsValueKind
Source§impl PartialEq for PhysicsValueKind
impl PartialEq for PhysicsValueKind
impl StructuralPartialEq for PhysicsValueKind
Auto Trait Implementations§
impl Freeze for PhysicsValueKind
impl RefUnwindSafe for PhysicsValueKind
impl Send for PhysicsValueKind
impl Sync for PhysicsValueKind
impl Unpin for PhysicsValueKind
impl UnsafeUnpin for PhysicsValueKind
impl UnwindSafe for PhysicsValueKind
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