Struct ringraphics::Circle[][src]

pub struct Circle {
    pub center: Pnt2,
    pub radius: f32,
}

Fields

Methods

impl Circle
[src]

Trait Implementations

impl Debug for Circle
[src]

Formats the value using the given formatter. Read more

impl Clone for Circle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Circle

impl Sync for Circle