Struct raqote::rasterizer::ActiveEdge
source · pub struct ActiveEdge {}
Fields§
§x2: i32
§y2: i32
§next: Option<NonNull<ActiveEdge>>
§slope_x: i32
§fullx: i32
§next_x: i32
§next_y: i32
§dx: i32
§ddx: i32
§dy: i32
§ddy: i32
§old_x: i32
§old_y: i32
§shift: i32
§count: i32
§winding: i8
Implementations§
source§impl ActiveEdge
impl ActiveEdge
Auto Trait Implementations§
impl Freeze for ActiveEdge
impl RefUnwindSafe for ActiveEdge
impl !Send for ActiveEdge
impl !Sync for ActiveEdge
impl Unpin for ActiveEdge
impl UnwindSafe for ActiveEdge
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