pub struct ShaderModule(/* private fields */);Expand description
Chapter: Shaders
Description: Opaque handle to a shader module object
Provided by: VK_VERSION_1_0
Reference: VkShaderModule
Implementations§
Source§impl ShaderModule
impl ShaderModule
Trait Implementations§
Source§impl Clone for ShaderModule
impl Clone for ShaderModule
Source§fn clone(&self) -> ShaderModule
fn clone(&self) -> ShaderModule
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 moreSource§impl Debug for ShaderModule
impl Debug for ShaderModule
Source§impl Display for ShaderModule
impl Display for ShaderModule
impl Copy 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