[][src]Struct tm_rs::ffi::tm_engine_update_set_t

#[repr(C)]pub struct tm_engine_update_set_t {
    pub engine: *const tm_engine_i,
    pub total_entities: u32,
    pub _padding_194: [i8; 4],
    pub blackboard_start: *const tm_entity_blackboard_value_t,
    pub blackboard_end: *const tm_entity_blackboard_value_t,
    pub num_arrays: u32,
    pub _padding_198: [i8; 4],
    pub arrays: __IncompleteArrayField<tm_engine_update_array_t>,
}

Fields

engine: *const tm_engine_itotal_entities: u32_padding_194: [i8; 4]blackboard_start: *const tm_entity_blackboard_value_tblackboard_end: *const tm_entity_blackboard_value_tnum_arrays: u32_padding_198: [i8; 4]arrays: __IncompleteArrayField<tm_engine_update_array_t>

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.