#[repr(C)]pub struct PhysicalDeviceInlineUniformBlockProperties {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub max_inline_uniform_block_size: u32,
    pub max_per_stage_descriptor_inline_uniform_blocks: u32,
    pub max_per_stage_descriptor_update_after_bind_inline_uniform_blocks: u32,
    pub max_descriptor_set_inline_uniform_blocks: u32,
    pub max_descriptor_set_update_after_bind_inline_uniform_blocks: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§max_inline_uniform_block_size: u32§max_per_stage_descriptor_inline_uniform_blocks: u32§max_per_stage_descriptor_update_after_bind_inline_uniform_blocks: u32§max_descriptor_set_inline_uniform_blocks: u32§max_descriptor_set_update_after_bind_inline_uniform_blocks: u32Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceInlineUniformBlockProperties
 
impl Clone for PhysicalDeviceInlineUniformBlockProperties
source§fn clone(&self) -> PhysicalDeviceInlineUniformBlockProperties
 
fn clone(&self) -> PhysicalDeviceInlineUniformBlockProperties
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