pub struct IteratorX {
pub x: f64,
pub y: f64,
/* private fields */
}Expand description
Incremental iterator for scanline walking with bilinear transform.
Port of C++ trans_bilinear::iterator_x.
Fields§
§x: f64§y: f64Implementations§
Auto Trait Implementations§
impl Freeze for IteratorX
impl RefUnwindSafe for IteratorX
impl Send for IteratorX
impl Sync for IteratorX
impl Unpin for IteratorX
impl UnwindSafe for IteratorX
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