#[repr(C)]pub struct PxPlane {
pub n: PxVec3,
pub d: f32,
}Fields§
§n: PxVec3§d: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for PxPlane
impl RefUnwindSafe for PxPlane
impl Send for PxPlane
impl Sync for PxPlane
impl Unpin for PxPlane
impl UnwindSafe for PxPlane
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