#[repr(C)]pub struct tm_physics_shape_drawing_i {
pub inst: *mut tm_physics_shape_drawing_o,
pub convex_lines: Option<unsafe extern "C" fn(*mut tm_physics_shape_drawing_o, *const tm_physics_shape_cooked_t, *mut tm_temp_allocator_i) -> *const tm_vec3_t>,
pub mesh_lines: Option<unsafe extern "C" fn(*mut tm_physics_shape_drawing_o, *const tm_physics_shape_cooked_t, *mut tm_temp_allocator_i) -> *const tm_vec3_t>,
}Fields§
§inst: *mut tm_physics_shape_drawing_o§convex_lines: Option<unsafe extern "C" fn(*mut tm_physics_shape_drawing_o, *const tm_physics_shape_cooked_t, *mut tm_temp_allocator_i) -> *const tm_vec3_t>§mesh_lines: Option<unsafe extern "C" fn(*mut tm_physics_shape_drawing_o, *const tm_physics_shape_cooked_t, *mut tm_temp_allocator_i) -> *const tm_vec3_t>Trait Implementations§
Source§impl Clone for tm_physics_shape_drawing_i
impl Clone for tm_physics_shape_drawing_i
Source§fn clone(&self) -> tm_physics_shape_drawing_i
fn clone(&self) -> tm_physics_shape_drawing_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_physics_shape_drawing_i
Auto Trait Implementations§
impl Freeze for tm_physics_shape_drawing_i
impl RefUnwindSafe for tm_physics_shape_drawing_i
impl !Send for tm_physics_shape_drawing_i
impl !Sync for tm_physics_shape_drawing_i
impl Unpin for tm_physics_shape_drawing_i
impl UnwindSafe for tm_physics_shape_drawing_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