Struct ash::vk::DescriptorSetBindingReferenceVALVE
source · #[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
Fields§
§s_type: StructureType
§p_next: *const c_void
§descriptor_set_layout: DescriptorSetLayout
§binding: u32
Implementations§
source§impl DescriptorSetBindingReferenceVALVE
impl DescriptorSetBindingReferenceVALVE
pub fn builder<'a>() -> DescriptorSetBindingReferenceVALVEBuilder<'a>
Trait Implementations§
source§impl Clone for DescriptorSetBindingReferenceVALVE
impl Clone for DescriptorSetBindingReferenceVALVE
source§fn clone(&self) -> DescriptorSetBindingReferenceVALVE
fn clone(&self) -> DescriptorSetBindingReferenceVALVE
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 DescriptorSetBindingReferenceVALVE
impl TaggedStructure for DescriptorSetBindingReferenceVALVE
const STRUCTURE_TYPE: StructureType = StructureType::DESCRIPTOR_SET_BINDING_REFERENCE_VALVE
impl 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 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