Struct ash::vk::DescriptorSetLayoutBindingFlagsCreateInfo
source · #[repr(C)]pub struct DescriptorSetLayoutBindingFlagsCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub binding_count: u32,
pub p_binding_flags: *const DescriptorBindingFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§binding_count: u32
§p_binding_flags: *const DescriptorBindingFlags
Implementations§
Trait Implementations§
source§impl Clone for DescriptorSetLayoutBindingFlagsCreateInfo
impl Clone for DescriptorSetLayoutBindingFlagsCreateInfo
source§fn clone(&self) -> DescriptorSetLayoutBindingFlagsCreateInfo
fn clone(&self) -> DescriptorSetLayoutBindingFlagsCreateInfo
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 DescriptorSetLayoutBindingFlagsCreateInfo
impl TaggedStructure for DescriptorSetLayoutBindingFlagsCreateInfo
const STRUCTURE_TYPE: StructureType = StructureType::DESCRIPTOR_SET_LAYOUT_BINDING_FLAGS_CREATE_INFO
impl Copy for DescriptorSetLayoutBindingFlagsCreateInfo
impl ExtendsDescriptorSetLayoutCreateInfo for DescriptorSetLayoutBindingFlagsCreateInfo
Auto Trait Implementations§
impl Freeze for DescriptorSetLayoutBindingFlagsCreateInfo
impl RefUnwindSafe for DescriptorSetLayoutBindingFlagsCreateInfo
impl !Send for DescriptorSetLayoutBindingFlagsCreateInfo
impl !Sync 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