pub struct PixelShader<R: Resources>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<R: Clone + Resources> Clone for PixelShader<R>
impl<R: Clone + Resources> Clone for PixelShader<R>
Source§fn clone(&self) -> PixelShader<R>
fn clone(&self) -> PixelShader<R>
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 moreimpl<R: Eq + Resources> Eq for PixelShader<R>
impl<R: Resources> StructuralPartialEq for PixelShader<R>
Auto Trait Implementations§
impl<R> Freeze for PixelShader<R>
impl<R> RefUnwindSafe for PixelShader<R>
impl<R> Send for PixelShader<R>
impl<R> Sync for PixelShader<R>
impl<R> Unpin for PixelShader<R>
impl<R> UnwindSafe for PixelShader<R>
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