[][src]Struct polyhorn_core::LayoutEffect

pub struct LayoutEffect<P: ?Sized> where
    P: Platform
{ /* fields omitted */ }

Implementations

impl<P: ?Sized> LayoutEffect<P> where
    P: Platform
[src]

pub fn new<F>(instance: &Rc<Instance<P>>, closure: F) -> LayoutEffect<P> where
    F: FnOnce(&EffectLink<'_, P>, &mut P::CommandBuffer) + 'static, 
[src]

pub fn instance(&self) -> &Rc<Instance<P>>[src]

pub fn invoke(self, link: &EffectLink<'_, P>, buffer: &mut P::CommandBuffer)[src]

Auto Trait Implementations

impl<P> !RefUnwindSafe for LayoutEffect<P>

impl<P> !Send for LayoutEffect<P>

impl<P> !Sync for LayoutEffect<P>

impl<P: ?Sized> Unpin for LayoutEffect<P>

impl<P> !UnwindSafe for LayoutEffect<P>

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<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<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.