struct CompiledStage {
create_info: PipelineShaderStageCreateInfo<'static>,
_entry_point: CString,
temp_raw_module: Option<ShaderModule>,
}Fields§
§create_info: PipelineShaderStageCreateInfo<'static>§_entry_point: CString§temp_raw_module: Option<ShaderModule>Auto Trait Implementations§
impl Freeze for CompiledStage
impl RefUnwindSafe for CompiledStage
impl Send for CompiledStage
impl Sync for CompiledStage
impl Unpin for CompiledStage
impl UnsafeUnpin for CompiledStage
impl UnwindSafe for CompiledStage
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