pub struct ShaderModule { /* private fields */ }
Trait Implementations§
Source§impl Debug for ShaderModule
impl Debug for ShaderModule
Source§impl Drop for ShaderModule
impl Drop for ShaderModule
Source§impl Labeled for ShaderModule
impl Labeled for ShaderModule
Source§fn label(&self) -> &str
fn label(&self) -> &str
Returns a string identifying this resource for logging and errors. Read more
fn error_ident(&self) -> ResourceErrorIdent
Source§impl ParentDevice for ShaderModule
impl ParentDevice for ShaderModule
Source§impl ResourceType for ShaderModule
impl ResourceType 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