#[repr(C)]pub struct ecs_rule_op_profile_t {
pub count: [i32; 2],
}Fields§
§count: [i32; 2]0 = enter, 1 = redo
Trait Implementations§
Source§impl Clone for ecs_rule_op_profile_t
impl Clone for ecs_rule_op_profile_t
Source§fn clone(&self) -> ecs_rule_op_profile_t
fn clone(&self) -> ecs_rule_op_profile_t
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 ecs_rule_op_profile_t
impl Debug for ecs_rule_op_profile_t
impl Copy for ecs_rule_op_profile_t
Auto Trait Implementations§
impl Freeze for ecs_rule_op_profile_t
impl RefUnwindSafe for ecs_rule_op_profile_t
impl Send for ecs_rule_op_profile_t
impl Sync for ecs_rule_op_profile_t
impl Unpin for ecs_rule_op_profile_t
impl UnwindSafe for ecs_rule_op_profile_t
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