#[repr(C)]pub struct PxConstraintBatchHeader {
pub startIndex: u32,
pub stride: u16,
pub constraintType: u16,
}Fields§
§startIndex: u32§stride: u16§constraintType: u16Trait Implementations§
Source§impl Clone for PxConstraintBatchHeader
impl Clone for PxConstraintBatchHeader
Source§fn clone(&self) -> PxConstraintBatchHeader
fn clone(&self) -> PxConstraintBatchHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxConstraintBatchHeader
Auto Trait Implementations§
impl Freeze for PxConstraintBatchHeader
impl RefUnwindSafe for PxConstraintBatchHeader
impl Send for PxConstraintBatchHeader
impl Sync for PxConstraintBatchHeader
impl Unpin for PxConstraintBatchHeader
impl UnwindSafe for PxConstraintBatchHeader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more