Struct ash::vk::BufferCollectionCreateInfoFUCHSIABuilder
source · pub struct BufferCollectionCreateInfoFUCHSIABuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> BufferCollectionCreateInfoFUCHSIABuilder<'a>
impl<'a> BufferCollectionCreateInfoFUCHSIABuilder<'a>
pub fn collection_token(self, collection_token: zx_handle_t) -> Self
sourcepub fn build(self) -> BufferCollectionCreateInfoFUCHSIA
pub fn build(self) -> BufferCollectionCreateInfoFUCHSIA
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 BufferCollectionCreateInfoFUCHSIABuilder<'a>
impl<'a> Deref for BufferCollectionCreateInfoFUCHSIABuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for BufferCollectionCreateInfoFUCHSIABuilder<'a>
impl<'a> RefUnwindSafe for BufferCollectionCreateInfoFUCHSIABuilder<'a>
impl<'a> !Send for BufferCollectionCreateInfoFUCHSIABuilder<'a>
impl<'a> !Sync for BufferCollectionCreateInfoFUCHSIABuilder<'a>
impl<'a> Unpin for BufferCollectionCreateInfoFUCHSIABuilder<'a>
impl<'a> UnwindSafe for BufferCollectionCreateInfoFUCHSIABuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more