pub struct LayerShadowPass {
pub rect: Rect,
pub blur_radius: f32,
pub alpha: f32,
}Fields§
§rect: Rect§blur_radius: f32§alpha: f32Trait Implementations§
Source§impl Clone for LayerShadowPass
impl Clone for LayerShadowPass
Source§fn clone(&self) -> LayerShadowPass
fn clone(&self) -> LayerShadowPass
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 moreSource§impl Debug for LayerShadowPass
impl Debug for LayerShadowPass
Source§impl PartialEq for LayerShadowPass
impl PartialEq for LayerShadowPass
impl Copy for LayerShadowPass
impl StructuralPartialEq for LayerShadowPass
Auto Trait Implementations§
impl Freeze for LayerShadowPass
impl RefUnwindSafe for LayerShadowPass
impl Send for LayerShadowPass
impl Sync for LayerShadowPass
impl Unpin for LayerShadowPass
impl UnsafeUnpin for LayerShadowPass
impl UnwindSafe for LayerShadowPass
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