Struct ambient_guest_bridge::core::messages::ColliderLoads
source · pub struct ColliderLoads {
pub ids: Vec<EntityId>,
}
Expand description
ColliderLoads: Sent when colliders load.
Fields§
§ids: Vec<EntityId>
Implementations§
source§impl ColliderLoads
impl ColliderLoads
Trait Implementations§
source§impl Clone for ColliderLoads
impl Clone for ColliderLoads
source§fn clone(&self) -> ColliderLoads
fn clone(&self) -> ColliderLoads
Returns a copy 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 Debug for ColliderLoads
impl Debug for ColliderLoads
source§impl RuntimeMessage for ColliderLoads
impl RuntimeMessage for ColliderLoads
source§fn subscribe<R>(callback: impl FnMut(Self) -> R + 'static) -> Listenerwhere
R: CallbackReturn,
fn subscribe<R>(callback: impl FnMut(Self) -> R + 'static) -> Listenerwhere
R: CallbackReturn,
Subscribes to this Message. Wrapper around self::subscribe.
impl Message for ColliderLoads
Auto Trait Implementations§
impl RefUnwindSafe for ColliderLoads
impl Send for ColliderLoads
impl Sync for ColliderLoads
impl Unpin for ColliderLoads
impl UnwindSafe for ColliderLoads
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