[][src]Trait physx::traits::GetRaw

pub trait GetRaw<T> {
    fn get_raw(&self) -> *const T;
fn get_raw_mut(&mut self) -> *mut T; }

Required methods

fn get_raw(&self) -> *const T

fn get_raw_mut(&mut self) -> *mut T

Loading content...

Implementors

impl GetRaw<PxArticulationCache> for ArticulationCache[src]

impl GetRaw<PxPhysics> for Physics[src]

fn get_raw(&self) -> *const PxPhysics[src]

Get a pointer to the underlying Physics object

fn get_raw_mut(&mut self) -> *mut PxPhysics[src]

Get a mutable pointer to the underlying Physics object

Loading content...