#[repr(C)]pub struct EcsMember {
pub type_: ecs_entity_t,
pub count: i32,
pub unit: ecs_entity_t,
pub offset: i32,
}Expand description
Component added to member entities
Fields§
§type_: ecs_entity_t§count: i32§unit: ecs_entity_t§offset: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for EcsMember
impl RefUnwindSafe for EcsMember
impl Send for EcsMember
impl Sync for EcsMember
impl Unpin for EcsMember
impl UnwindSafe for EcsMember
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