#[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: StructureTypep_next: *mut c_voidmax_inline_uniform_block_size: u32max_per_stage_descriptor_inline_uniform_blocks: u32max_per_stage_descriptor_update_after_bind_inline_uniform_blocks: u32max_descriptor_set_inline_uniform_blocks: u32max_descriptor_set_update_after_bind_inline_uniform_blocks: u32Implementations
Trait Implementations
sourceimpl Clone for PhysicalDeviceInlineUniformBlockProperties
impl Clone for PhysicalDeviceInlineUniformBlockProperties
sourcefn clone(&self) -> PhysicalDeviceInlineUniformBlockProperties
fn clone(&self) -> PhysicalDeviceInlineUniformBlockProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceInlineUniformBlockProperties
impl Default for PhysicalDeviceInlineUniformBlockProperties
sourcefn default() -> PhysicalDeviceInlineUniformBlockProperties
fn default() -> PhysicalDeviceInlineUniformBlockProperties
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceInlineUniformBlockProperties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceInlineUniformBlockProperties
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceInlineUniformBlockProperties
impl !Send for PhysicalDeviceInlineUniformBlockProperties
impl !Sync for PhysicalDeviceInlineUniformBlockProperties
impl Unpin for PhysicalDeviceInlineUniformBlockProperties
impl UnwindSafe for PhysicalDeviceInlineUniformBlockProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more