[][src]Struct newton_sys::NewtonDeformableMeshParam

#[repr(C)]
pub struct NewtonDeformableMeshParam { pub m_vertexCount: c_int, pub m_triangleCount: c_int, pub m_vrtexStrideInBytes: c_int, pub m_indexList: *mut c_ushort, pub m_vertexList: *mut f32, }

Fields

m_vertexCount: c_intm_triangleCount: c_intm_vrtexStrideInBytes: c_intm_indexList: *mut c_ushortm_vertexList: *mut f32

Trait Implementations

impl Default for NewtonDeformableMeshParam[src]

impl Clone for NewtonDeformableMeshParam[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for NewtonDeformableMeshParam[src]

impl Debug for NewtonDeformableMeshParam[src]

Auto Trait Implementations

impl !Send for NewtonDeformableMeshParam

impl !Sync for NewtonDeformableMeshParam

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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