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