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