Struct tiny_skia::edge::QuadraticEdge
source · pub struct QuadraticEdge {
pub line: LineEdge,
pub curve_count: i8,
curve_shift: u8,
qx: i32,
qy: i32,
qdx: i32,
qdy: i32,
qddx: i32,
qddy: i32,
q_last_x: i32,
q_last_y: i32,
}
Fields§
§line: LineEdge
§curve_count: i8
§curve_shift: u8
§qx: i32
§qy: i32
§qdx: i32
§qdy: i32
§qddx: i32
§qddy: i32
§q_last_x: i32
§q_last_y: i32
Implementations§
Trait Implementations§
source§impl Clone for QuadraticEdge
impl Clone for QuadraticEdge
source§fn clone(&self) -> QuadraticEdge
fn clone(&self) -> QuadraticEdge
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 moreAuto Trait Implementations§
impl Freeze for QuadraticEdge
impl RefUnwindSafe for QuadraticEdge
impl Send for QuadraticEdge
impl Sync for QuadraticEdge
impl Unpin for QuadraticEdge
impl UnwindSafe for QuadraticEdge
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)