Struct ash::vk::DisplayModePropertiesKHRBuilder [−][src]
#[repr(transparent)]pub struct DisplayModePropertiesKHRBuilder<'a> { /* fields omitted */ }
Implementations
pub fn display_mode(
self,
display_mode: DisplayModeKHR
) -> DisplayModePropertiesKHRBuilder<'a>
pub fn parameters(
self,
parameters: DisplayModeParametersKHR
) -> DisplayModePropertiesKHRBuilder<'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 = DisplayModePropertiesKHR>
Trait Implementations
type Target = DisplayModePropertiesKHR
type Target = DisplayModePropertiesKHR
The resulting type after dereferencing.