[][src]Struct vxdraw::quads::LayerOptions

pub struct LayerOptions { /* fields omitted */ }

Options for creating a layer of quads

Methods

impl LayerOptions[src]

pub fn new() -> Self[src]

Same as default

pub fn hide(self) -> Self[src]

Hide this layer

pub fn show(self) -> Self[src]

Show this layer (default)

pub fn fixed_perspective(self, mat: Matrix4<f32>) -> Self[src]

Set a fixed perspective for this layer

pub fn blend(self, blend_setter: impl Fn(Blender) -> Blender) -> Self[src]

Set the blender of this layer (see blender)

Trait Implementations

impl Default for LayerOptions[src]

impl Debug for LayerOptions[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Supports<T> for T[src]

impl<T> SetParameter for T

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,