#[repr(C)]pub struct tm_entity_system_i {
pub name: *const i8,
pub disabled: bool,
pub _padding_285: [i8; 7],
pub inst: *mut tm_entity_system_o,
pub update: Option<unsafe extern "C" fn(*mut tm_entity_context_o, *mut tm_entity_system_o)>,
}Fields§
§name: *const i8§disabled: bool§_padding_285: [i8; 7]§inst: *mut tm_entity_system_o§update: Option<unsafe extern "C" fn(*mut tm_entity_context_o, *mut tm_entity_system_o)>Trait Implementations§
Source§impl Clone for tm_entity_system_i
impl Clone for tm_entity_system_i
Source§fn clone(&self) -> tm_entity_system_i
fn clone(&self) -> tm_entity_system_i
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 moreimpl Copy for tm_entity_system_i
Auto Trait Implementations§
impl Freeze for tm_entity_system_i
impl RefUnwindSafe for tm_entity_system_i
impl !Send for tm_entity_system_i
impl !Sync for tm_entity_system_i
impl Unpin for tm_entity_system_i
impl UnwindSafe for tm_entity_system_i
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