[][src]Struct tm_rs::ffi::tm_physics_joint_component_t

#[repr(C)]pub struct tm_physics_joint_component_t {
    pub joint_type: u32,
    pub _padding_99: [i8; 4],
    pub body_0: tm_entity_t,
    pub body_1: tm_entity_t,
    pub limit_enabled: bool,
    pub _padding_102: [i8; 3],
    pub __bindgen_anon_1: tm_physics_joint_component_t__bindgen_ty_1,
    pub limit_restitution: f32,
    pub limit_bounce_threshold: f32,
    pub limit_stiffness: f32,
    pub limit_damping: f32,
    pub break_force: f32,
    pub break_torque: f32,
    pub _padding_117: [i8; 4],
}

Fields

joint_type: u32_padding_99: [i8; 4]body_0: tm_entity_tbody_1: tm_entity_tlimit_enabled: bool_padding_102: [i8; 3]__bindgen_anon_1: tm_physics_joint_component_t__bindgen_ty_1limit_restitution: f32limit_bounce_threshold: f32limit_stiffness: f32limit_damping: f32break_force: f32break_torque: f32_padding_117: [i8; 4]

Trait Implementations

impl Clone for tm_physics_joint_component_t[src]

impl Copy for tm_physics_joint_component_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.