Struct physx_sys::PxBaseTask
source · [−]#[repr(C)]pub struct PxBaseTask {
pub structgen_pad0: [u8; 8],
pub mContextID: usize,
pub mTm: *mut PxTaskManager,
}Fields
structgen_pad0: [u8; 8]mContextID: usizemTm: *mut PxTaskManagerTrait Implementations
sourceimpl Clone for PxBaseTask
impl Clone for PxBaseTask
sourcefn clone(&self) -> PxBaseTask
fn clone(&self) -> PxBaseTask
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxBaseTask
Auto Trait Implementations
impl RefUnwindSafe for PxBaseTask
impl !Send for PxBaseTask
impl !Sync for PxBaseTask
impl Unpin for PxBaseTask
impl UnwindSafe for PxBaseTask
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more