#[repr(C)]pub struct DescriptorBufferBindingInfoEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub address: DeviceAddress,
pub usage: BufferUsageFlags,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§address: DeviceAddress
§usage: BufferUsageFlags
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§const fn clone_from(&mut self, source: &Self)
const 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 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