pub struct PhysicalDeviceASTCDecodeFeaturesEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceASTCDecodeFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceASTCDecodeFeaturesEXTBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceASTCDecodeFeaturesEXT
pub fn build(self) -> PhysicalDeviceASTCDecodeFeaturesEXT
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 PhysicalDeviceASTCDecodeFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceASTCDecodeFeaturesEXTBuilder<'a>
§type Target = PhysicalDeviceASTCDecodeFeaturesEXT
type Target = PhysicalDeviceASTCDecodeFeaturesEXT
The resulting type after dereferencing.