pub struct BufferCollectionConstraintsInfoFUCHSIABuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
impl<'a> BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
pub fn min_buffer_count(self, min_buffer_count: u32) -> Self
pub fn max_buffer_count(self, max_buffer_count: u32) -> Self
pub fn min_buffer_count_for_camping( self, min_buffer_count_for_camping: u32 ) -> Self
pub fn min_buffer_count_for_dedicated_slack( self, min_buffer_count_for_dedicated_slack: u32 ) -> Self
sourcepub fn build(self) -> BufferCollectionConstraintsInfoFUCHSIA
pub fn build(self) -> BufferCollectionConstraintsInfoFUCHSIA
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 BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
impl<'a> Deref for BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
impl<'a> RefUnwindSafe for BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
impl<'a> !Send for BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
impl<'a> !Sync for BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
impl<'a> Unpin for BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
impl<'a> UnwindSafe for BufferCollectionConstraintsInfoFUCHSIABuilder<'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