pub struct BroadphaseInputs {
pub colliders: u32,
pub particles: u32,
pub pending_commands: bool,
}Fields§
§colliders: u32§particles: u32§pending_commands: boolTrait Implementations§
Source§impl Clone for BroadphaseInputs
impl Clone for BroadphaseInputs
Source§fn clone(&self) -> BroadphaseInputs
fn clone(&self) -> BroadphaseInputs
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 BroadphaseInputs
Auto Trait Implementations§
impl Freeze for BroadphaseInputs
impl RefUnwindSafe for BroadphaseInputs
impl Send for BroadphaseInputs
impl Sync for BroadphaseInputs
impl Unpin for BroadphaseInputs
impl UnsafeUnpin for BroadphaseInputs
impl UnwindSafe for BroadphaseInputs
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