pub struct BurningShip {
pub max_iter: u32,
pub escape_r_sq: f64,
}Fields§
§max_iter: u32§escape_r_sq: f64Implementations§
Source§impl BurningShip
impl BurningShip
pub fn sample(&self, c: Complex) -> EscapeResult
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BurningShip
impl RefUnwindSafe for BurningShip
impl Send for BurningShip
impl Sync for BurningShip
impl Unpin for BurningShip
impl UnsafeUnpin for BurningShip
impl UnwindSafe for BurningShip
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