#[repr(C)]pub struct BufferCollectionConstraintsInfoFUCHSIA {
pub s_type: StructureType,
pub p_next: *const c_void,
pub min_buffer_count: u32,
pub max_buffer_count: u32,
pub min_buffer_count_for_camping: u32,
pub min_buffer_count_for_dedicated_slack: u32,
pub min_buffer_count_for_shared_slack: u32,
}Expand description
VkBufferCollectionConstraintsInfoFUCHSIA
Provided by VK_FUCHSIA_buffer_collection.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_BUFFER_COLLECTION_CONSTRAINTS_INFO_FUCHSIA.
p_next: *const c_voidOptional, may be null.
min_buffer_count: u32§max_buffer_count: u32§min_buffer_count_for_camping: u32§min_buffer_count_for_dedicated_slack: u32Implementations§
Source§impl BufferCollectionConstraintsInfoFUCHSIA
impl BufferCollectionConstraintsInfoFUCHSIA
Sourcepub fn builder<'a>() -> BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
pub fn builder<'a>() -> BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for BufferCollectionConstraintsInfoFUCHSIA
impl Clone for BufferCollectionConstraintsInfoFUCHSIA
Source§fn clone(&self) -> BufferCollectionConstraintsInfoFUCHSIA
fn clone(&self) -> BufferCollectionConstraintsInfoFUCHSIA
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BufferCollectionConstraintsInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for BufferCollectionConstraintsInfoFUCHSIA
impl RefUnwindSafe for BufferCollectionConstraintsInfoFUCHSIA
impl !Send for BufferCollectionConstraintsInfoFUCHSIA
impl !Sync for BufferCollectionConstraintsInfoFUCHSIA
impl Unpin for BufferCollectionConstraintsInfoFUCHSIA
impl UnsafeUnpin for BufferCollectionConstraintsInfoFUCHSIA
impl UnwindSafe for BufferCollectionConstraintsInfoFUCHSIA
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