#[repr(transparent)]pub struct MemoryZirconHandlePropertiesFUCHSIABuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> MemoryZirconHandlePropertiesFUCHSIABuilder<'a>
impl<'a> MemoryZirconHandlePropertiesFUCHSIABuilder<'a>
pub fn memory_type_bits(self, memory_type_bits: u32) -> Self
sourcepub fn build(self) -> MemoryZirconHandlePropertiesFUCHSIA
pub fn build(self) -> MemoryZirconHandlePropertiesFUCHSIA
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.