Struct physx_sys::PxDebugText
source · [−]#[repr(C)]pub struct PxDebugText {
pub position: PxVec3,
pub size: f32,
pub color: u32,
pub structgen_pad0: [u8; 4],
pub string: *const i8,
}Fields
position: PxVec3size: f32color: u32structgen_pad0: [u8; 4]string: *const i8Trait Implementations
sourceimpl Clone for PxDebugText
impl Clone for PxDebugText
sourcefn clone(&self) -> PxDebugText
fn clone(&self) -> PxDebugText
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 PxDebugText
Auto Trait Implementations
impl RefUnwindSafe for PxDebugText
impl !Send for PxDebugText
impl !Sync for PxDebugText
impl Unpin for PxDebugText
impl UnwindSafe for PxDebugText
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