#[repr(C)]pub struct VkDescriptorBufferBindingInfoEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub address: VkDeviceAddress,
pub usage: VkBufferUsageFlags,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§address: VkDeviceAddress
§usage: VkBufferUsageFlags
Trait Implementations§
Source§impl Clone for VkDescriptorBufferBindingInfoEXT
impl Clone for VkDescriptorBufferBindingInfoEXT
Source§fn clone(&self) -> VkDescriptorBufferBindingInfoEXT
fn clone(&self) -> VkDescriptorBufferBindingInfoEXT
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 VkDescriptorBufferBindingInfoEXT
Auto Trait Implementations§
impl Freeze for VkDescriptorBufferBindingInfoEXT
impl RefUnwindSafe for VkDescriptorBufferBindingInfoEXT
impl !Send for VkDescriptorBufferBindingInfoEXT
impl !Sync for VkDescriptorBufferBindingInfoEXT
impl Unpin for VkDescriptorBufferBindingInfoEXT
impl UnwindSafe for VkDescriptorBufferBindingInfoEXT
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