Struct ash::vk::BufferCollectionConstraintsInfoFUCHSIA  
source · #[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
Fields§
§s_type: StructureType§p_next: *const c_void§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
pub fn builder<'a>() -> BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
Trait Implementations§
source§impl Clone for BufferCollectionConstraintsInfoFUCHSIA
 
impl Clone for BufferCollectionConstraintsInfoFUCHSIA
source§fn clone(&self) -> BufferCollectionConstraintsInfoFUCHSIA
 
fn clone(&self) -> BufferCollectionConstraintsInfoFUCHSIA
Returns a copy 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 more