Struct physx_sys::PxProfileScoped
source · [−]#[repr(C)]pub struct PxProfileScoped {
pub mCallback: *mut PxProfilerCallback,
pub mEventName: *const i8,
pub mProfilerData: *mut c_void,
pub mContextId: usize,
pub mDetached: bool,
pub structgen_pad0: [u8; 7],
}Fields
mCallback: *mut PxProfilerCallbackmEventName: *const i8mProfilerData: *mut c_voidmContextId: usizemDetached: boolstructgen_pad0: [u8; 7]Trait Implementations
sourceimpl Clone for PxProfileScoped
impl Clone for PxProfileScoped
sourcefn clone(&self) -> PxProfileScoped
fn clone(&self) -> PxProfileScoped
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxProfileScoped
Auto Trait Implementations
impl RefUnwindSafe for PxProfileScoped
impl !Send for PxProfileScoped
impl !Sync for PxProfileScoped
impl Unpin for PxProfileScoped
impl UnwindSafe for PxProfileScoped
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