pub struct EffectLayerBoxBuild<H, B> { /* private fields */ }Implementations§
Source§impl<H, B> EffectLayerBoxBuild<H, B>
impl<H, B> EffectLayerBoxBuild<H, B>
pub fn new(props: EffectLayerProps, build: B) -> Self
pub fn refine_layout(self, layout: LayoutRefinement) -> Self
Source§impl<H: UiHost, B> EffectLayerBoxBuild<H, B>
impl<H: UiHost, B> EffectLayerBoxBuild<H, B>
pub fn into_element(self, cx: &mut ElementContext<'_, H>) -> AnyElement
Trait Implementations§
Source§impl<H: UiHost, B> IntoUiElement<H> for EffectLayerBoxBuild<H, B>
impl<H: UiHost, B> IntoUiElement<H> for EffectLayerBoxBuild<H, B>
fn into_element(self, cx: &mut ElementContext<'_, H>) -> AnyElement
Source§impl<H, B> UiPatchTarget for EffectLayerBoxBuild<H, B>
impl<H, B> UiPatchTarget for EffectLayerBoxBuild<H, B>
Source§fn apply_ui_patch(self, patch: UiPatch) -> Self
fn apply_ui_patch(self, patch: UiPatch) -> Self
Applies an aggregated authoring patch (chrome + layout) and returns the refined value. Read more
impl<H, B> UiSupportsLayout for EffectLayerBoxBuild<H, B>
Auto Trait Implementations§
impl<H, B> Freeze for EffectLayerBoxBuild<H, B>where
B: Freeze,
impl<H, B> RefUnwindSafe for EffectLayerBoxBuild<H, B>where
B: RefUnwindSafe,
impl<H, B> Send for EffectLayerBoxBuild<H, B>where
B: Send,
impl<H, B> Sync for EffectLayerBoxBuild<H, B>where
B: Sync,
impl<H, B> Unpin for EffectLayerBoxBuild<H, B>where
B: Unpin,
impl<H, B> UnsafeUnpin for EffectLayerBoxBuild<H, B>where
B: UnsafeUnpin,
impl<H, B> UnwindSafe for EffectLayerBoxBuild<H, B>where
B: UnwindSafe,
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