pub struct ShapeDesc {
pub kind: ShapeKind,
pub radius: f32,
pub half_extents: [f32; 3],
pub half_height: f32,
}Fields§
§kind: ShapeKind§radius: f32§half_extents: [f32; 3]§half_height: f32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShapeDesc
impl RefUnwindSafe for ShapeDesc
impl Send for ShapeDesc
impl Sync for ShapeDesc
impl Unpin for ShapeDesc
impl UnsafeUnpin for ShapeDesc
impl UnwindSafe for ShapeDesc
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