pub struct Layer<'a, Pixel> { /* private fields */ }Expand description
Layers combine graphics functions to provide reusable blocks for rendering
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, Pixel> Freeze for Layer<'a, Pixel>
impl<'a, Pixel> !RefUnwindSafe for Layer<'a, Pixel>
impl<'a, Pixel> !Send for Layer<'a, Pixel>
impl<'a, Pixel> !Sync for Layer<'a, Pixel>
impl<'a, Pixel> Unpin for Layer<'a, Pixel>
impl<'a, Pixel> !UnwindSafe for Layer<'a, Pixel>
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