#[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: u32
Implementations§
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 moresource§impl TaggedStructure for PhysicalDeviceInlineUniformBlockProperties
impl TaggedStructure for PhysicalDeviceInlineUniformBlockProperties
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES
impl Copy for PhysicalDeviceInlineUniformBlockProperties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceInlineUniformBlockProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceInlineUniformBlockProperties
impl RefUnwindSafe for PhysicalDeviceInlineUniformBlockProperties
impl !Send for PhysicalDeviceInlineUniformBlockProperties
impl !Sync for PhysicalDeviceInlineUniformBlockProperties
impl Unpin for PhysicalDeviceInlineUniformBlockProperties
impl UnwindSafe for PhysicalDeviceInlineUniformBlockProperties
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