Struct ash::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) -> Self
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>
source§impl<'a> DerefMut for ProtectedSubmitInfoBuilder<'a>
impl<'a> DerefMut for ProtectedSubmitInfoBuilder<'a>
impl ExtendsSubmitInfo for ProtectedSubmitInfoBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for ProtectedSubmitInfoBuilder<'a>
impl<'a> RefUnwindSafe for ProtectedSubmitInfoBuilder<'a>
impl<'a> !Send for ProtectedSubmitInfoBuilder<'a>
impl<'a> !Sync for ProtectedSubmitInfoBuilder<'a>
impl<'a> Unpin for ProtectedSubmitInfoBuilder<'a>
impl<'a> UnwindSafe for ProtectedSubmitInfoBuilder<'a>
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