#[repr(C)]pub struct DescriptorSetLayoutBindingFlagsCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub binding_count: u32,
pub binding_flags: *const DescriptorBindingFlags,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§binding_count: u32§binding_flags: *const DescriptorBindingFlagsTrait Implementations§
Source§impl Clone for DescriptorSetLayoutBindingFlagsCreateInfo
impl Clone for DescriptorSetLayoutBindingFlagsCreateInfo
Source§fn clone(&self) -> DescriptorSetLayoutBindingFlagsCreateInfo
fn clone(&self) -> DescriptorSetLayoutBindingFlagsCreateInfo
Returns a duplicate 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 PartialEq for DescriptorSetLayoutBindingFlagsCreateInfo
impl PartialEq for DescriptorSetLayoutBindingFlagsCreateInfo
Source§fn eq(&self, other: &DescriptorSetLayoutBindingFlagsCreateInfo) -> bool
fn eq(&self, other: &DescriptorSetLayoutBindingFlagsCreateInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DescriptorSetLayoutBindingFlagsCreateInfo
impl Eq for DescriptorSetLayoutBindingFlagsCreateInfo
impl Send for DescriptorSetLayoutBindingFlagsCreateInfo
impl StructuralPartialEq for DescriptorSetLayoutBindingFlagsCreateInfo
impl Sync for DescriptorSetLayoutBindingFlagsCreateInfo
Auto Trait Implementations§
impl Freeze for DescriptorSetLayoutBindingFlagsCreateInfo
impl RefUnwindSafe for DescriptorSetLayoutBindingFlagsCreateInfo
impl Unpin for DescriptorSetLayoutBindingFlagsCreateInfo
impl UnwindSafe for DescriptorSetLayoutBindingFlagsCreateInfo
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