[−][src]Struct tm_rs::ffi::tm_component_i
Fields
name: *const i8bytes: u32_padding_103: [i8; 4]default_data: *const c_voidmanager: *mut tm_component_manager_ocomponents_created: Option<unsafe extern "C" fn(*mut tm_component_manager_o)>load_asset: Option<unsafe extern "C" fn(*mut tm_component_manager_o, tm_entity_t, *mut c_void, *const tm_the_truth_o, tm_tt_id_t) -> bool>asset_loaded: Option<unsafe extern "C" fn(*mut tm_component_manager_o, tm_entity_t, *mut c_void)>asset_loaded_sort_order: f64asset_reloaded: Option<unsafe extern "C" fn(*mut tm_component_manager_o, tm_entity_t, *mut c_void)>add: Option<unsafe extern "C" fn(*mut tm_component_manager_o, tm_entity_t, *mut c_void)>remove: Option<unsafe extern "C" fn(*mut tm_component_manager_o, tm_entity_t, *mut c_void)>destroy: Option<unsafe extern "C" fn(*mut tm_component_manager_o)>debug_draw: Option<unsafe extern "C" fn(*mut tm_component_manager_o, *mut tm_entity_t, *mut *const c_void, u32, *mut tm_primitive_drawer_buffer_t, *mut tm_primitive_drawer_buffer_t, *mut tm_allocator_i, *const tm_camera_t, tm_rect_t)>debug_draw_settings: tm_tt_id_tTrait Implementations
impl Clone for tm_component_i[src]
pub fn clone(&self) -> tm_component_i[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for tm_component_i[src]
Auto Trait Implementations
impl RefUnwindSafe for tm_component_i
impl !Send for tm_component_i
impl !Sync for tm_component_i
impl Unpin for tm_component_i
impl UnwindSafe for tm_component_i
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Any for T where
T: Any, [src]
T: Any,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> CloneAny for T where
T: Clone + Any, [src]
T: Clone + Any,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,