Struct rbxm::model::instance::SpringConstraint [−][src]
pub struct SpringConstraint {
pub constraint: Constraint,
pub limits_enabled: bool,
pub coils: f32,
pub damping: f32,
pub free_length: f32,
pub max_force: f32,
pub max_length: f32,
pub min_length: f32,
pub radius: f32,
pub stiffness: f32,
pub thickness: f32,
}Fields
constraint: Constraintlimits_enabled: boolcoils: f32damping: f32free_length: f32max_force: f32max_length: f32min_length: f32radius: f32stiffness: f32thickness: f32Trait Implementations
type Target = Constraint
type Target = Constraint
The resulting type after dereferencing.
Auto Trait Implementations
impl RefUnwindSafe for SpringConstraint
impl Send for SpringConstraint
impl Sync for SpringConstraint
impl Unpin for SpringConstraint
impl UnwindSafe for SpringConstraint
Blanket Implementations
Mutably borrows from an owned value. Read more