pub struct BufferCollectionImageCreateInfoFUCHSIABuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> BufferCollectionImageCreateInfoFUCHSIABuilder<'a>
impl<'a> BufferCollectionImageCreateInfoFUCHSIABuilder<'a>
pub fn collection(
self,
collection: BufferCollectionFUCHSIA
) -> BufferCollectionImageCreateInfoFUCHSIABuilder<'a>
pub fn index(
self,
index: u32
) -> BufferCollectionImageCreateInfoFUCHSIABuilder<'a>
sourcepub fn build(self) -> BufferCollectionImageCreateInfoFUCHSIA
pub fn build(self) -> BufferCollectionImageCreateInfoFUCHSIA
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 BufferCollectionImageCreateInfoFUCHSIABuilder<'a>
impl<'a> Deref for BufferCollectionImageCreateInfoFUCHSIABuilder<'a>
§type Target = BufferCollectionImageCreateInfoFUCHSIA
type Target = BufferCollectionImageCreateInfoFUCHSIA
The resulting type after dereferencing.