pub struct ShaderHandle { /* private fields */ }
Expand description
Similar to TextureHandle
, this
is a shader resource that can be Rc’ed and shared.
Implementations§
Source§impl ShaderHandle
impl ShaderHandle
Trait Implementations§
Source§impl Debug for ShaderHandle
impl Debug for ShaderHandle
Auto Trait Implementations§
impl Freeze for ShaderHandle
impl RefUnwindSafe for ShaderHandle
impl !Send for ShaderHandle
impl !Sync for ShaderHandle
impl Unpin for ShaderHandle
impl UnwindSafe for ShaderHandle
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