pub struct RigidStaticDescriptor<'a, U, G: Geometry, M: Material> {
pub transform: PxTransform,
pub geometry: &'a G,
pub material: &'a mut M,
pub shape_transform: PxTransform,
pub user_data: U,
}Fields§
§transform: PxTransform§geometry: &'a G§material: &'a mut M§shape_transform: PxTransform§user_data: UTrait Implementations§
Auto Trait Implementations§
impl<'a, U, G, M> !UnwindSafe for RigidStaticDescriptor<'a, U, G, M>
impl<'a, U, G, M> Freeze for RigidStaticDescriptor<'a, U, G, M>where
U: Freeze,
impl<'a, U, G, M> RefUnwindSafe for RigidStaticDescriptor<'a, U, G, M>
impl<'a, U, G, M> Send for RigidStaticDescriptor<'a, U, G, M>
impl<'a, U, G, M> Sync for RigidStaticDescriptor<'a, U, G, M>
impl<'a, U, G, M> Unpin for RigidStaticDescriptor<'a, U, G, M>where
U: Unpin,
impl<'a, U, G, M> UnsafeUnpin for RigidStaticDescriptor<'a, U, G, M>where
U: UnsafeUnpin,
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