#[repr(C)]pub struct tm_shape3d_api {
pub circle: Option<unsafe extern "C" fn(*mut tm_vec3_t, tm_vec3_t, tm_vec3_t, f32, u32)>,
pub arc: Option<unsafe extern "C" fn(*mut tm_vec3_t, tm_vec3_t, tm_vec3_t, f32, tm_vec3_t, f32, f32, u32)>,
pub box_: Option<unsafe extern "C" fn(*mut tm_vec3_t, tm_vec3_t, tm_vec3_t, tm_vec3_t, tm_vec3_t)>,
pub box_ib_n: u32,
pub _padding_27: [i8; 4],
pub box_ib: *mut u32,
}Fields§
§circle: Option<unsafe extern "C" fn(*mut tm_vec3_t, tm_vec3_t, tm_vec3_t, f32, u32)>§arc: Option<unsafe extern "C" fn(*mut tm_vec3_t, tm_vec3_t, tm_vec3_t, f32, tm_vec3_t, f32, f32, u32)>§box_: Option<unsafe extern "C" fn(*mut tm_vec3_t, tm_vec3_t, tm_vec3_t, tm_vec3_t, tm_vec3_t)>§box_ib_n: u32§_padding_27: [i8; 4]§box_ib: *mut u32Trait Implementations§
Source§impl Clone for tm_shape3d_api
impl Clone for tm_shape3d_api
Source§fn clone(&self) -> tm_shape3d_api
fn clone(&self) -> tm_shape3d_api
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_shape3d_api
Auto Trait Implementations§
impl Freeze for tm_shape3d_api
impl RefUnwindSafe for tm_shape3d_api
impl !Send for tm_shape3d_api
impl !Sync for tm_shape3d_api
impl Unpin for tm_shape3d_api
impl UnwindSafe for tm_shape3d_api
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