Struct sixtyfps_corelib::graphics::PathQuadraticTo [−][src]
#[repr(C)]pub struct PathQuadraticTo { pub x: f32, pub y: f32, pub control_x: f32, pub control_y: f32, }
PathCubicTo describes a smooth Bézier curve from the path’s current position to the specified x/y location, using one control points.
Fields
x: f32
The x coordinate of the curve’s end point.
y: f32
The y coordinate of the curve’s end point.
control_x: f32
The x coordinate of the curve’s control point.
control_y: f32
The y coordinate of the curve’s control point.
Implementations
impl PathQuadraticTo
[src]
impl PathQuadraticTo
[src]pub const FIELD_OFFSETS: PathQuadraticToFieldsOffsets
[src]
Return a struct containing the offset of for the fields of this struct
Trait Implementations
impl Clone for PathQuadraticTo
[src]
impl Clone for PathQuadraticTo
[src]fn clone(&self) -> PathQuadraticTo
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for PathQuadraticTo
[src]
impl Default for PathQuadraticTo
[src]fn default() -> PathQuadraticTo
[src]
impl PartialEq<PathQuadraticTo> for PathQuadraticTo
[src]
impl PartialEq<PathQuadraticTo> for PathQuadraticTo
[src]fn eq(&self, other: &PathQuadraticTo) -> bool
[src]
fn ne(&self, other: &PathQuadraticTo) -> bool
[src]
impl StructuralPartialEq for PathQuadraticTo
[src]
impl StructuralPartialEq for PathQuadraticTo
[src]impl<'__dummy_lifetime> Unpin for PathQuadraticTo where
__MustNotImplUnpin<'__dummy_lifetime>: Unpin,
[src]
impl<'__dummy_lifetime> Unpin for PathQuadraticTo where
__MustNotImplUnpin<'__dummy_lifetime>: Unpin,
[src]Auto Trait Implementations
impl RefUnwindSafe for PathQuadraticTo
impl RefUnwindSafe for PathQuadraticTo
impl Send for PathQuadraticTo
impl Send for PathQuadraticTo
impl Sync for PathQuadraticTo
impl Sync for PathQuadraticTo
impl UnwindSafe for PathQuadraticTo
impl UnwindSafe for PathQuadraticTo