Struct screen_13::prelude::vk::ExternalFormatANDROIDBuilder
source · pub struct ExternalFormatANDROIDBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> ExternalFormatANDROIDBuilder<'a>
impl<'a> ExternalFormatANDROIDBuilder<'a>
pub fn external_format(
self,
external_format: u64
) -> ExternalFormatANDROIDBuilder<'a>
sourcepub fn build(self) -> ExternalFormatANDROID
pub fn build(self) -> ExternalFormatANDROID
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.
Trait Implementations§
source§impl<'a> Deref for ExternalFormatANDROIDBuilder<'a>
impl<'a> Deref for ExternalFormatANDROIDBuilder<'a>
§type Target = ExternalFormatANDROID
type Target = ExternalFormatANDROID
The resulting type after dereferencing.