#[repr(C)]pub struct tm_physics_shape_component_t {
pub shape: u32,
pub _padding_106: [c_char; 4],
pub __bindgen_anon_1: tm_physics_shape_component_t__bindgen_ty_1,
pub material: tm_physics_shape_material_t,
pub _padding_116: [c_char; 4],
pub collision_id: tm_tt_id_t,
pub is_trigger: bool,
pub _padding_119: [c_char; 7],
}Fields§
§shape: u32§_padding_106: [c_char; 4]§__bindgen_anon_1: tm_physics_shape_component_t__bindgen_ty_1§material: tm_physics_shape_material_t§_padding_116: [c_char; 4]§collision_id: tm_tt_id_t§is_trigger: bool§_padding_119: [c_char; 7]Trait Implementations§
Source§impl Clone for tm_physics_shape_component_t
impl Clone for tm_physics_shape_component_t
Source§fn clone(&self) -> tm_physics_shape_component_t
fn clone(&self) -> tm_physics_shape_component_t
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_component_t
Auto Trait Implementations§
impl Freeze for tm_physics_shape_component_t
impl RefUnwindSafe for tm_physics_shape_component_t
impl !Send for tm_physics_shape_component_t
impl !Sync for tm_physics_shape_component_t
impl Unpin for tm_physics_shape_component_t
impl UnwindSafe for tm_physics_shape_component_t
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