#[repr(C)]pub struct DescriptorBufferBindingInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub address: u64,
pub usage: BufferUsageFlags,
}Expand description
VkDescriptorBufferBindingInfoEXT
Provided by VK_EXT_descriptor_buffer.
§Extended By
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DESCRIPTOR_BUFFER_BINDING_INFO_EXT.
p_next: *const c_voidOptional, may be null.
address: u64§usage: BufferUsageFlagsImplementations§
Source§impl DescriptorBufferBindingInfoEXT
impl DescriptorBufferBindingInfoEXT
Sourcepub fn builder<'a>() -> DescriptorBufferBindingInfoEXTBuilder<'a>
pub fn builder<'a>() -> DescriptorBufferBindingInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DescriptorBufferBindingInfoEXT
impl Clone for DescriptorBufferBindingInfoEXT
Source§fn clone(&self) -> DescriptorBufferBindingInfoEXT
fn clone(&self) -> DescriptorBufferBindingInfoEXT
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 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 UnsafeUnpin 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