pub struct ShadowAtlasView(pub TextureViewId);Expand description
Shadow atlas texture view, written by shadow lanes after execute().
Tuple Fields§
§0: TextureViewIdTrait Implementations§
Source§impl Clone for ShadowAtlasView
impl Clone for ShadowAtlasView
Source§fn clone(&self) -> ShadowAtlasView
fn clone(&self) -> ShadowAtlasView
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 ShadowAtlasView
impl Debug for ShadowAtlasView
impl Copy for ShadowAtlasView
Auto Trait Implementations§
impl Freeze for ShadowAtlasView
impl RefUnwindSafe for ShadowAtlasView
impl Send for ShadowAtlasView
impl Sync for ShadowAtlasView
impl Unpin for ShadowAtlasView
impl UnwindSafe for ShadowAtlasView
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