pub struct RigidFrame {
pub params: StepParamsRecord,
pub shape: RigidShape,
pub query_count: u32,
pub observed_count: u32,
pub simulating: bool,
pub indexing: bool,
pub ccd: bool,
}Fields§
§params: StepParamsRecord§shape: RigidShape§query_count: u32§observed_count: u32§simulating: bool§indexing: bool§ccd: boolTrait Implementations§
Source§impl Clone for RigidFrame
impl Clone for RigidFrame
Source§fn clone(&self) -> RigidFrame
fn clone(&self) -> RigidFrame
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 RigidFrame
Auto Trait Implementations§
impl Freeze for RigidFrame
impl RefUnwindSafe for RigidFrame
impl Send for RigidFrame
impl Sync for RigidFrame
impl Unpin for RigidFrame
impl UnsafeUnpin for RigidFrame
impl UnwindSafe for RigidFrame
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