#[repr(C)]pub struct DescriptorPoolInlineUniformBlockCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub max_inline_uniform_block_bindings: u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidmax_inline_uniform_block_bindings: u32Implementations
Trait Implementations
sourceimpl Clone for DescriptorPoolInlineUniformBlockCreateInfo
impl Clone for DescriptorPoolInlineUniformBlockCreateInfo
sourcefn clone(&self) -> DescriptorPoolInlineUniformBlockCreateInfo
fn clone(&self) -> DescriptorPoolInlineUniformBlockCreateInfo
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 DescriptorPoolInlineUniformBlockCreateInfo
impl Default for DescriptorPoolInlineUniformBlockCreateInfo
sourcefn default() -> DescriptorPoolInlineUniformBlockCreateInfo
fn default() -> DescriptorPoolInlineUniformBlockCreateInfo
Returns the “default value” for a type. Read more
impl Copy for DescriptorPoolInlineUniformBlockCreateInfo
impl ExtendsDescriptorPoolCreateInfo for DescriptorPoolInlineUniformBlockCreateInfo
Auto Trait Implementations
impl RefUnwindSafe for DescriptorPoolInlineUniformBlockCreateInfo
impl !Send for DescriptorPoolInlineUniformBlockCreateInfo
impl !Sync for DescriptorPoolInlineUniformBlockCreateInfo
impl Unpin for DescriptorPoolInlineUniformBlockCreateInfo
impl UnwindSafe for DescriptorPoolInlineUniformBlockCreateInfo
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