Struct agg::line_interp::DrawVars

source ·
pub struct DrawVars {
Show 14 fields pub idx: usize, pub x1: i64, pub y1: i64, pub x2: i64, pub y2: i64, pub curr: LineParameters, pub next: LineParameters, pub lcurr: i64, pub lnext: i64, pub xb1: i64, pub yb1: i64, pub xb2: i64, pub yb2: i64, pub flags: u8,
}

Fields

idx: usizex1: i64y1: i64x2: i64y2: i64curr: LineParametersnext: LineParameterslcurr: i64lnext: i64xb1: i64yb1: i64xb2: i64yb2: i64flags: u8

Implementations

Trait Implementations

Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.