pub struct LayerShadowGeometry {
pub ambient: Option<LayerShadowPass>,
pub spot: Option<LayerShadowPass>,
}Fields§
§ambient: Option<LayerShadowPass>§spot: Option<LayerShadowPass>Trait Implementations§
Source§impl Clone for LayerShadowGeometry
impl Clone for LayerShadowGeometry
Source§fn clone(&self) -> LayerShadowGeometry
fn clone(&self) -> LayerShadowGeometry
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 LayerShadowGeometry
impl Debug for LayerShadowGeometry
Source§impl Default for LayerShadowGeometry
impl Default for LayerShadowGeometry
Source§fn default() -> LayerShadowGeometry
fn default() -> LayerShadowGeometry
Returns the “default value” for a type. Read more
Source§impl PartialEq for LayerShadowGeometry
impl PartialEq for LayerShadowGeometry
impl Copy for LayerShadowGeometry
impl StructuralPartialEq for LayerShadowGeometry
Auto Trait Implementations§
impl Freeze for LayerShadowGeometry
impl RefUnwindSafe for LayerShadowGeometry
impl Send for LayerShadowGeometry
impl Sync for LayerShadowGeometry
impl Unpin for LayerShadowGeometry
impl UnsafeUnpin for LayerShadowGeometry
impl UnwindSafe for LayerShadowGeometry
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