pub struct SoftFrame {
pub params: StepParamsRecord,
pub simulating: bool,
pub material: bool,
}Fields§
§params: StepParamsRecord§simulating: bool§material: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for SoftFrame
impl RefUnwindSafe for SoftFrame
impl Send for SoftFrame
impl Sync for SoftFrame
impl Unpin for SoftFrame
impl UnsafeUnpin for SoftFrame
impl UnwindSafe for SoftFrame
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