Struct ash::vk::DescriptorBufferBindingInfoEXT
source · #[repr(C)]pub struct DescriptorBufferBindingInfoEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub address: DeviceAddress,
pub usage: BufferUsageFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§address: DeviceAddress
§usage: BufferUsageFlags
Implementations§
source§impl DescriptorBufferBindingInfoEXT
impl DescriptorBufferBindingInfoEXT
pub fn builder<'a>() -> DescriptorBufferBindingInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DescriptorBufferBindingInfoEXT
impl Clone for DescriptorBufferBindingInfoEXT
source§fn clone(&self) -> DescriptorBufferBindingInfoEXT
fn clone(&self) -> DescriptorBufferBindingInfoEXT
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 DescriptorBufferBindingInfoEXT
impl TaggedStructure for DescriptorBufferBindingInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::DESCRIPTOR_BUFFER_BINDING_INFO_EXT
impl Copy for DescriptorBufferBindingInfoEXT
Auto Trait Implementations§
impl Freeze for DescriptorBufferBindingInfoEXT
impl RefUnwindSafe for DescriptorBufferBindingInfoEXT
impl !Send for DescriptorBufferBindingInfoEXT
impl !Sync for DescriptorBufferBindingInfoEXT
impl Unpin for DescriptorBufferBindingInfoEXT
impl UnwindSafe for DescriptorBufferBindingInfoEXT
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