Struct wgpu_hal::gles::ShaderModule
source · pub struct ShaderModule {
naga: NagaShader,
label: Option<String>,
id: u32,
}
Fields§
§naga: NagaShader
§label: Option<String>
§id: u32
Trait Implementations§
source§impl Debug for ShaderModule
impl Debug for ShaderModule
source§impl DynResource for ShaderModule
impl DynResource for ShaderModule
impl DynShaderModule for ShaderModule
Auto Trait Implementations§
impl Freeze for ShaderModule
impl RefUnwindSafe for ShaderModule
impl Send for ShaderModule
impl Sync for ShaderModule
impl Unpin for ShaderModule
impl UnwindSafe for ShaderModule
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