#[repr(C)]pub struct EntitySetT {
pub total_entities: u32,
pub num_arrays: u32,
pub arrays: __IncompleteArrayField<EntityArrayT>,
}Fields§
§total_entities: u32§num_arrays: u32§arrays: __IncompleteArrayField<EntityArrayT>Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntitySetT
impl RefUnwindSafe for EntitySetT
impl !Send for EntitySetT
impl !Sync for EntitySetT
impl Unpin for EntitySetT
impl UnwindSafe for EntitySetT
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