#[repr(C)]pub struct PxGeometry {
pub structgen_pad0: [u8; 4],
pub mTypePadding: f32,
}Fields§
§structgen_pad0: [u8; 4]§mTypePadding: f32Trait Implementations§
Source§impl Clone for PxGeometry
impl Clone for PxGeometry
Source§fn clone(&self) -> PxGeometry
fn clone(&self) -> PxGeometry
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 PxGeometry
Auto Trait Implementations§
impl Freeze for PxGeometry
impl RefUnwindSafe for PxGeometry
impl Send for PxGeometry
impl Sync for PxGeometry
impl Unpin for PxGeometry
impl UnwindSafe for PxGeometry
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