#[repr(C)]pub struct SimulationParamsT {
pub update: SimulationUpdateParamsT,
pub network: SimulationNetworkParamsT,
pub physx: SimulationPhysxParamsT,
}
Fields§
§update: SimulationUpdateParamsT
§network: SimulationNetworkParamsT
§physx: SimulationPhysxParamsT
Trait Implementations§
Source§impl Clone for SimulationParamsT
impl Clone for SimulationParamsT
Source§fn clone(&self) -> SimulationParamsT
fn clone(&self) -> SimulationParamsT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SimulationParamsT
impl Default for SimulationParamsT
impl Copy for SimulationParamsT
Auto Trait Implementations§
impl Freeze for SimulationParamsT
impl RefUnwindSafe for SimulationParamsT
impl !Send for SimulationParamsT
impl !Sync for SimulationParamsT
impl Unpin for SimulationParamsT
impl UnwindSafe for SimulationParamsT
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