Struct fractl_lib::Fractal
source · pub struct Fractal { /* private fields */ }
Implementations§
source§impl Fractal
impl Fractal
pub fn new( kind: FractalType, color_type: ColorType, camera: Camera, max_iterations: NonZeroU32 ) -> Self
Trait Implementations§
source§impl PartialEq for Fractal
impl PartialEq for Fractal
impl StructuralPartialEq for Fractal
Auto Trait Implementations§
impl RefUnwindSafe for Fractal
impl Send for Fractal
impl Sync for Fractal
impl Unpin for Fractal
impl UnwindSafe for Fractal
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