[−][src]Struct mandelbrot::views::mandelbrot_and_julia::julia::JuliaDoubleView
Fields
data: FractalViewDataTrait Implementations
impl FractalViewable for JuliaDoubleView[src]
fn new(device: &Device, size: LogicalSize) -> Self[src]
fn data(&mut self) -> &mut FractalViewData[src]
fn frag_shader_path(&self) -> &'static Path[src]
fn render(
&mut self,
device: &AtomicDevice,
frame: &SwapChainOutput
) -> CommandBuffer[src]
&mut self,
device: &AtomicDevice,
frame: &SwapChainOutput
) -> CommandBuffer
fn resized(
&mut self,
device: &AtomicDevice,
window_size: &WindowSize
) -> CommandBuffer[src]
&mut self,
device: &AtomicDevice,
window_size: &WindowSize
) -> CommandBuffer
fn load_fs(path: &Path) -> Option<Vec<u32>>[src]
fn mouse_input(&mut self, button: MouseButton, state: ElementState)[src]
fn iterations(&mut self, device: &AtomicDevice, y_delta: f32) -> CommandBuffer[src]
fn set_julia(&mut self, device: &AtomicDevice, state: bool) -> CommandBuffer[src]
fn zoom(&mut self, device: &AtomicDevice, y_delta: f32) -> CommandBuffer[src]
fn new_position(
&mut self,
device: &AtomicDevice,
x: f32,
y: f32,
active: bool
) -> Option<CommandBuffer>[src]
&mut self,
device: &AtomicDevice,
x: f32,
y: f32,
active: bool
) -> Option<CommandBuffer>
fn create_render_pipeline(&mut self, device: &Device)[src]
fn reload_fs(&mut self, device: &AtomicDevice)[src]
Auto Trait Implementations
impl Send for JuliaDoubleView
impl Sync for JuliaDoubleView
impl Unpin for JuliaDoubleView
impl UnwindSafe for JuliaDoubleView
impl !RefUnwindSafe for JuliaDoubleView
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,