pub struct LayerIsolation {
pub effect: Option<RenderEffect>,
pub blend_mode: BlendMode,
pub composite_alpha: f32,
}Fields§
§effect: Option<RenderEffect>§blend_mode: BlendMode§composite_alpha: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for LayerIsolation
impl RefUnwindSafe for LayerIsolation
impl Send for LayerIsolation
impl Sync for LayerIsolation
impl Unpin for LayerIsolation
impl UnsafeUnpin for LayerIsolation
impl UnwindSafe for LayerIsolation
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