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