Struct kas_wgpu::draw::DrawWindow[][src]

pub struct DrawWindow<CW: CustomWindow> { /* fields omitted */ }

Per-window pipeline data

Trait Implementations

impl<CW: CustomWindow + 'static> Draw for DrawWindow<CW>[src]

impl<CW: CustomWindow> DrawCustom<CW> for DrawWindow<CW>[src]

impl<CW: CustomWindow + 'static> DrawRounded for DrawWindow<CW>[src]

impl<CW: CustomWindow + 'static> DrawShaded for DrawWindow<CW>[src]

impl<CW: CustomWindow + 'static> DrawText for DrawWindow<CW>[src]

Auto Trait Implementations

impl<CW> !RefUnwindSafe for DrawWindow<CW>

impl<CW> Send for DrawWindow<CW> where
    CW: Send

impl<CW> Sync for DrawWindow<CW> where
    CW: Sync

impl<CW> Unpin for DrawWindow<CW> where
    CW: Unpin

impl<CW> !UnwindSafe for DrawWindow<CW>

Blanket Implementations

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

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

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

impl<S, T> Cast<T> for S where
    T: Conv<S>, 

impl<S, T> CastFloat<T> for S where
    T: ConvFloat<S>, 

impl<T> Conv<T> for T

impl<T> Downcast<T> for T

impl<'a, T, X> Filter<&'a T> for X where
    T: Clone,
    X: Filter<T>, 
[src]

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

impl<T> Instrument for T[src]

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

impl<T> Pointable for T

type Init = T

The type for initializers.

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> Upcast<T> for T

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