#[repr(u32)]pub enum ConeTwistJointParam {
SwingSpan = 0,
TwistSpan = 1,
Bias = 2,
Softness = 3,
Relaxation = 4,
Max = 5,
}Variants§
Trait Implementations§
Source§impl Clone for ConeTwistJointParam
impl Clone for ConeTwistJointParam
Source§fn clone(&self) -> ConeTwistJointParam
fn clone(&self) -> ConeTwistJointParam
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 ConeTwistJointParam
impl Debug for ConeTwistJointParam
Source§impl Hash for ConeTwistJointParam
impl Hash for ConeTwistJointParam
Source§impl PartialEq for ConeTwistJointParam
impl PartialEq for ConeTwistJointParam
impl Copy for ConeTwistJointParam
impl Eq for ConeTwistJointParam
impl StructuralPartialEq for ConeTwistJointParam
Auto Trait Implementations§
impl Freeze for ConeTwistJointParam
impl RefUnwindSafe for ConeTwistJointParam
impl Send for ConeTwistJointParam
impl Sync for ConeTwistJointParam
impl Unpin for ConeTwistJointParam
impl UnwindSafe for ConeTwistJointParam
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