pub struct Damping(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for Damping
Auto Trait Implementations§
impl Freeze for Damping
impl RefUnwindSafe for Damping
impl Send for Damping
impl Sync for Damping
impl Unpin for Damping
impl UnwindSafe for Damping
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