Struct ash::vk::SurfaceProtectedCapabilitiesKHRBuilder  
source · #[repr(transparent)]pub struct SurfaceProtectedCapabilitiesKHRBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> SurfaceProtectedCapabilitiesKHRBuilder<'a>
 
impl<'a> SurfaceProtectedCapabilitiesKHRBuilder<'a>
pub fn supports_protected(self, supports_protected: bool) -> Self
sourcepub fn build(self) -> SurfaceProtectedCapabilitiesKHR
 
pub fn build(self) -> SurfaceProtectedCapabilitiesKHR
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.