#[repr(C)]pub struct PxXmlMiscParameter {
pub upVector: PxVec3,
pub scale: PxTolerancesScale,
}Fields§
§upVector: PxVec3§scale: PxTolerancesScaleTrait Implementations§
Source§impl Clone for PxXmlMiscParameter
impl Clone for PxXmlMiscParameter
Source§fn clone(&self) -> PxXmlMiscParameter
fn clone(&self) -> PxXmlMiscParameter
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 PxXmlMiscParameter
Auto Trait Implementations§
impl Freeze for PxXmlMiscParameter
impl RefUnwindSafe for PxXmlMiscParameter
impl Send for PxXmlMiscParameter
impl Sync for PxXmlMiscParameter
impl Unpin for PxXmlMiscParameter
impl UnwindSafe for PxXmlMiscParameter
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