Struct draw2d::graphics::vulkan::shader_module::ShaderModule [−][src]
pub struct ShaderModule { pub shader_module: ShaderModule, // some fields omitted }
Expand description
A wrapper for the vulkan shader module handle which destroys the module when dropped.
Fields
shader_module: ShaderModule
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ShaderModule
impl !Send for ShaderModule
impl !Sync for ShaderModule
impl Unpin for ShaderModule
impl UnwindSafe for ShaderModule
Blanket Implementations
Mutably borrows from an owned value. Read more
The inverse inclusion map: attempts to construct self
from the equivalent element of its
superset. Read more
Checks if self
is actually part of its subset T
(and can be converted to it).
Use with care! Same as self.to_subset
but without any property checks. Always succeeds.
The inclusion map: converts self
to the equivalent element of its superset.