pub struct MobiusStrip {
pub radius: f32,
pub width: f32,
}Expand description
Möbius strip.
Fields§
§radius: f32§width: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for MobiusStrip
impl RefUnwindSafe for MobiusStrip
impl Send for MobiusStrip
impl Sync for MobiusStrip
impl Unpin for MobiusStrip
impl UnsafeUnpin for MobiusStrip
impl UnwindSafe for MobiusStrip
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