#[repr(C)]pub struct DescriptorBufferBindingInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub address: DeviceAddress,
pub usage: BufferUsageFlags,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§address: DeviceAddress§usage: BufferUsageFlagsTrait 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 moreSource§impl PartialEq for DescriptorBufferBindingInfoEXT
impl PartialEq for DescriptorBufferBindingInfoEXT
Source§fn eq(&self, other: &DescriptorBufferBindingInfoEXT) -> bool
fn eq(&self, other: &DescriptorBufferBindingInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DescriptorBufferBindingInfoEXT
impl Eq for DescriptorBufferBindingInfoEXT
impl Send for DescriptorBufferBindingInfoEXT
impl StructuralPartialEq for DescriptorBufferBindingInfoEXT
impl Sync for DescriptorBufferBindingInfoEXT
Auto Trait Implementations§
impl Freeze for DescriptorBufferBindingInfoEXT
impl RefUnwindSafe 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