pub enum ActuatorType {
Velocity,
Position,
Torque,
}Variants§
Trait Implementations§
Source§impl Clone for ActuatorType
impl Clone for ActuatorType
Source§fn clone(&self) -> ActuatorType
fn clone(&self) -> ActuatorType
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 ActuatorType
Source§impl Debug for ActuatorType
impl Debug for ActuatorType
Source§impl Default for ActuatorType
impl Default for ActuatorType
Source§fn default() -> ActuatorType
fn default() -> ActuatorType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActuatorType
impl<'de> Deserialize<'de> for ActuatorType
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 ActuatorType
Source§impl PartialEq for ActuatorType
impl PartialEq for ActuatorType
Source§impl Serialize for ActuatorType
impl Serialize for ActuatorType
impl StructuralPartialEq for ActuatorType
Auto Trait Implementations§
impl Freeze for ActuatorType
impl RefUnwindSafe for ActuatorType
impl Send for ActuatorType
impl Sync for ActuatorType
impl Unpin for ActuatorType
impl UnsafeUnpin for ActuatorType
impl UnwindSafe for ActuatorType
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