#[repr(C)]pub struct DescriptorSetBindingReferenceVALVE {
pub s_type: StructureType,
pub p_next: *const c_void,
pub descriptor_set_layout: DescriptorSetLayout,
pub binding: u32,
}Expand description
VkDescriptorSetBindingReferenceVALVE
Provided by VK_VALVE_descriptor_set_host_mapping.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DESCRIPTOR_SET_BINDING_REFERENCE_VALVE.
p_next: *const c_voidOptional, may be null.
descriptor_set_layout: DescriptorSetLayout§binding: u32Implementations§
Source§impl DescriptorSetBindingReferenceVALVE
impl DescriptorSetBindingReferenceVALVE
Sourcepub fn builder<'a>() -> DescriptorSetBindingReferenceVALVEBuilder<'a>
pub fn builder<'a>() -> DescriptorSetBindingReferenceVALVEBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for DescriptorSetBindingReferenceVALVE
impl Clone for DescriptorSetBindingReferenceVALVE
Source§fn clone(&self) -> DescriptorSetBindingReferenceVALVE
fn clone(&self) -> DescriptorSetBindingReferenceVALVE
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 moreimpl Copy for DescriptorSetBindingReferenceVALVE
Auto Trait Implementations§
impl Freeze for DescriptorSetBindingReferenceVALVE
impl RefUnwindSafe for DescriptorSetBindingReferenceVALVE
impl !Send for DescriptorSetBindingReferenceVALVE
impl !Sync for DescriptorSetBindingReferenceVALVE
impl Unpin for DescriptorSetBindingReferenceVALVE
impl UnsafeUnpin for DescriptorSetBindingReferenceVALVE
impl UnwindSafe for DescriptorSetBindingReferenceVALVE
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