#[repr(transparent)]pub struct PhysicalDevicePresentationPropertiesANDROIDBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDevicePresentationPropertiesANDROIDBuilder<'a>
impl<'a> PhysicalDevicePresentationPropertiesANDROIDBuilder<'a>
sourcepub fn build(self) -> PhysicalDevicePresentationPropertiesANDROID
pub fn build(self) -> PhysicalDevicePresentationPropertiesANDROID
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.