Struct siege::Wheel [] [src]

pub struct Wheel {
    pub pos: Point<f64>,
    pub radius: f64,
    pub material: Material,
}

A rotatable circle which is basically a circle with a material.

Fields

Methods

impl Wheel
[src]

[src]

[src]

Trait Implementations

impl Debug for Wheel
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Wheel

impl Sync for Wheel