[][src]Struct tm_rs::ffi::tm_ci_render_gather_callback_args_t

#[repr(C)]pub struct tm_ci_render_gather_callback_args_t {
    pub allocator: *mut tm_allocator_i,
    pub selected_entities_lookup: *const tm_set_entity_t,
    pub hidden_entities_lookup: *const tm_set_entity_t,
    pub ignored_entities_lookup: *const tm_set_entity_t,
    pub render_component_names: [u64; 64],
    pub render_interfaces: [*mut tm_ci_render_i; 64],
    pub num_render_components: u32,
    pub render_component_data_strides: [u32; 64],
    pub _padding_54: [i8; 4],
    pub component_managers: [*mut tm_component_manager_o; 64],
    pub entity_selection_state: *mut bool,
    pub entity_ignore_state: *mut bool,
    pub entity_transforms: *mut tm_transform_component_t,
    pub entities: *mut tm_entity_t,
    pub component_data: [*mut *mut c_void; 64],
    pub entity_indices: [*mut u32; 64],
    pub num_renderables_per_component: [u32; 64],
}

Fields

allocator: *mut tm_allocator_iselected_entities_lookup: *const tm_set_entity_thidden_entities_lookup: *const tm_set_entity_tignored_entities_lookup: *const tm_set_entity_trender_component_names: [u64; 64]render_interfaces: [*mut tm_ci_render_i; 64]num_render_components: u32render_component_data_strides: [u32; 64]_padding_54: [i8; 4]component_managers: [*mut tm_component_manager_o; 64]entity_selection_state: *mut boolentity_ignore_state: *mut boolentity_transforms: *mut tm_transform_component_tentities: *mut tm_entity_tcomponent_data: [*mut *mut c_void; 64]entity_indices: [*mut u32; 64]num_renderables_per_component: [u32; 64]

Trait Implementations

impl Clone for tm_ci_render_gather_callback_args_t[src]

impl Copy for tm_ci_render_gather_callback_args_t[src]

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> CloneAny for T where
    T: Clone + Any
[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.