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§
Source§impl Clone for LayerIsolation
impl Clone for LayerIsolation
Source§fn clone(&self) -> LayerIsolation
fn clone(&self) -> LayerIsolation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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