Struct ash::vk::DisplayPlanePropertiesKHRBuilder [−][src]
#[repr(transparent)]pub struct DisplayPlanePropertiesKHRBuilder<'a> { /* fields omitted */ }
Implementations
pub fn current_display(
self,
current_display: DisplayKHR
) -> DisplayPlanePropertiesKHRBuilder<'a>
pub fn current_stack_index(
self,
current_stack_index: u32
) -> DisplayPlanePropertiesKHRBuilder<'a>
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.
Methods from Deref<Target = DisplayPlanePropertiesKHR>
Trait Implementations
type Target = DisplayPlanePropertiesKHR
type Target = DisplayPlanePropertiesKHR
The resulting type after dereferencing.