Struct screen_13::prelude::vk::ProtectedSubmitInfoBuilder
source · pub struct ProtectedSubmitInfoBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> ProtectedSubmitInfoBuilder<'a>
impl<'a> ProtectedSubmitInfoBuilder<'a>
pub fn protected_submit(
self,
protected_submit: bool
) -> ProtectedSubmitInfoBuilder<'a>
sourcepub fn build(self) -> ProtectedSubmitInfo
pub fn build(self) -> ProtectedSubmitInfo
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for ProtectedSubmitInfoBuilder<'a>
impl<'a> Deref for ProtectedSubmitInfoBuilder<'a>
§type Target = ProtectedSubmitInfo
type Target = ProtectedSubmitInfo
The resulting type after dereferencing.