#[repr(C)]pub struct VkDescriptorSetLayoutBindingFlagsCreateInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub bindingCount: u32,
pub pBindingFlags: *const VkDescriptorBindingFlags,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§bindingCount: u32
§pBindingFlags: *const VkDescriptorBindingFlags
Trait Implementations§
Source§impl Clone for VkDescriptorSetLayoutBindingFlagsCreateInfo
impl Clone for VkDescriptorSetLayoutBindingFlagsCreateInfo
Source§fn clone(&self) -> VkDescriptorSetLayoutBindingFlagsCreateInfo
fn clone(&self) -> VkDescriptorSetLayoutBindingFlagsCreateInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkDescriptorSetLayoutBindingFlagsCreateInfo
Auto Trait Implementations§
impl Freeze for VkDescriptorSetLayoutBindingFlagsCreateInfo
impl RefUnwindSafe for VkDescriptorSetLayoutBindingFlagsCreateInfo
impl !Send for VkDescriptorSetLayoutBindingFlagsCreateInfo
impl !Sync for VkDescriptorSetLayoutBindingFlagsCreateInfo
impl Unpin for VkDescriptorSetLayoutBindingFlagsCreateInfo
impl UnwindSafe for VkDescriptorSetLayoutBindingFlagsCreateInfo
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