pub struct ConstraintSwing {
pub swing_a: f32,
pub swing_b: f32,
}Fields§
§swing_a: f32§swing_b: f32Trait Implementations§
Source§impl Clone for ConstraintSwing
impl Clone for ConstraintSwing
Source§fn clone(&self) -> ConstraintSwing
fn clone(&self) -> ConstraintSwing
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 ConstraintSwing
Auto Trait Implementations§
impl Freeze for ConstraintSwing
impl RefUnwindSafe for ConstraintSwing
impl Send for ConstraintSwing
impl Sync for ConstraintSwing
impl Unpin for ConstraintSwing
impl UnsafeUnpin for ConstraintSwing
impl UnwindSafe for ConstraintSwing
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