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