[][src]Struct tm_sys::ffi::tm_shape3d_api

#[repr(C)]pub struct tm_shape3d_api {
    pub circle: Option<unsafe extern "C" fn(w: *mut tm_vec3_t, c: tm_vec3_t, n: tm_vec3_t, r: f32, num: u32)>,
    pub arc: Option<unsafe extern "C" fn(w: *mut tm_vec3_t, c: tm_vec3_t, n: tm_vec3_t, r: f32, x: tm_vec3_t, start_angle: f32, stop_angle: f32, num: u32)>,
    pub box_: Option<unsafe extern "C" fn(w: *mut tm_vec3_t, c: tm_vec3_t, x: tm_vec3_t, y: tm_vec3_t, z: tm_vec3_t)>,
    pub box_ib_n: u32,
    pub _padding_27: [c_char; 4],
    pub box_ib: *mut u32,
}

Fields

circle: Option<unsafe extern "C" fn(w: *mut tm_vec3_t, c: tm_vec3_t, n: tm_vec3_t, r: f32, num: u32)>arc: Option<unsafe extern "C" fn(w: *mut tm_vec3_t, c: tm_vec3_t, n: tm_vec3_t, r: f32, x: tm_vec3_t, start_angle: f32, stop_angle: f32, num: u32)>box_: Option<unsafe extern "C" fn(w: *mut tm_vec3_t, c: tm_vec3_t, x: tm_vec3_t, y: tm_vec3_t, z: tm_vec3_t)>box_ib_n: u32_padding_27: [c_char; 4]box_ib: *mut u32

Trait Implementations

impl Clone for tm_shape3d_api[src]

impl Copy for tm_shape3d_api[src]

impl Default for tm_shape3d_api[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[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.