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