Struct spinel_vk_rs_sys::spinel_arc_params
source · #[repr(C)]pub struct spinel_arc_params {
pub x0: f32,
pub y0: f32,
pub x1: f32,
pub y1: f32,
pub rx: f32,
pub ry: f32,
pub cx: f32,
pub cy: f32,
pub phi: f32,
pub theta: f32,
pub theta_delta: f32,
}
Fields§
§x0: f32
§y0: f32
§x1: f32
§y1: f32
§rx: f32
§ry: f32
§cx: f32
§cy: f32
§phi: f32
§theta: f32
§theta_delta: f32
Trait Implementations§
source§impl Clone for spinel_arc_params
impl Clone for spinel_arc_params
source§fn clone(&self) -> spinel_arc_params
fn clone(&self) -> spinel_arc_params
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more