pub struct PhysicsRuntimeLib;Expand description
Thin host-registered library that projects the enabled physics layers.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhysicsRuntimeLib
impl RefUnwindSafe for PhysicsRuntimeLib
impl Send for PhysicsRuntimeLib
impl Sync for PhysicsRuntimeLib
impl Unpin for PhysicsRuntimeLib
impl UnsafeUnpin for PhysicsRuntimeLib
impl UnwindSafe for PhysicsRuntimeLib
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