pub struct LayoutEffect<P>{ /* private fields */ }
Implementations§
Source§impl<P> LayoutEffect<P>
impl<P> LayoutEffect<P>
pub fn new<F>(instance: &Rc<Instance<P>>, closure: F) -> LayoutEffect<P>
pub fn instance(&self) -> &Rc<Instance<P>>
pub fn invoke(self, link: &EffectLink<'_, P>, buffer: &mut P::CommandBuffer)
Auto Trait Implementations§
impl<P> Freeze for LayoutEffect<P>where
P: ?Sized,
impl<P> !RefUnwindSafe for LayoutEffect<P>
impl<P> !Send for LayoutEffect<P>
impl<P> !Sync for LayoutEffect<P>
impl<P> Unpin for LayoutEffect<P>where
P: ?Sized,
impl<P> !UnwindSafe for LayoutEffect<P>
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