#[repr(transparent)]pub struct QueueFamilyQueryResultStatusProperties2KHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> QueueFamilyQueryResultStatusProperties2KHRBuilder<'a>
impl<'a> QueueFamilyQueryResultStatusProperties2KHRBuilder<'a>
pub fn supported(self, supported: bool) -> Self
sourcepub fn build(self) -> QueueFamilyQueryResultStatusProperties2KHR
pub fn build(self) -> QueueFamilyQueryResultStatusProperties2KHR
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.