Struct native_windows_gui::constants::Ellipse
[−]
[src]
pub struct Ellipse { pub center: (f32, f32), pub radius: (f32, f32), }
Define a ellipse shape that can be used with canvases
Fields
center: (f32, f32)
radius: (f32, f32)
Trait Implementations
impl Clone for Ellipse
[src]
fn clone(&self) -> Ellipse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more