#[repr(C)]pub struct EcsAlertsActive {
pub info_count: i32,
pub warning_count: i32,
pub error_count: i32,
pub alerts: ecs_map_t,
}Expand description
Map with active alerts for entity.
Fields§
§info_count: i32§warning_count: i32§error_count: i32§alerts: ecs_map_tTrait Implementations§
Source§impl Clone for EcsAlertsActive
impl Clone for EcsAlertsActive
Source§fn clone(&self) -> EcsAlertsActive
fn clone(&self) -> EcsAlertsActive
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 Debug for EcsAlertsActive
impl Debug for EcsAlertsActive
impl Copy for EcsAlertsActive
Auto Trait Implementations§
impl Freeze for EcsAlertsActive
impl RefUnwindSafe for EcsAlertsActive
impl !Send for EcsAlertsActive
impl !Sync for EcsAlertsActive
impl Unpin for EcsAlertsActive
impl UnwindSafe for EcsAlertsActive
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