pub enum DrivetrainType {
MaxDegreeOfFreedom,
ForwardOnly,
}Variants§
Trait Implementations§
Source§impl Clone for DrivetrainType
impl Clone for DrivetrainType
Source§fn clone(&self) -> DrivetrainType
fn clone(&self) -> DrivetrainType
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 DrivetrainType
Auto Trait Implementations§
impl Freeze for DrivetrainType
impl RefUnwindSafe for DrivetrainType
impl Send for DrivetrainType
impl Sync for DrivetrainType
impl Unpin for DrivetrainType
impl UnsafeUnpin for DrivetrainType
impl UnwindSafe for DrivetrainType
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