#[repr(C)]pub struct CommandBufferInheritanceDescriptorHeapInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub sampler_heap_bind_info: *const BindHeapInfoEXT,
pub resource_heap_bind_info: *const BindHeapInfoEXT,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§sampler_heap_bind_info: *const BindHeapInfoEXT§resource_heap_bind_info: *const BindHeapInfoEXTTrait Implementations§
Source§impl Clone for CommandBufferInheritanceDescriptorHeapInfoEXT
impl Clone for CommandBufferInheritanceDescriptorHeapInfoEXT
Source§fn clone(&self) -> CommandBufferInheritanceDescriptorHeapInfoEXT
fn clone(&self) -> CommandBufferInheritanceDescriptorHeapInfoEXT
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 CommandBufferInheritanceDescriptorHeapInfoEXT
impl PartialEq for CommandBufferInheritanceDescriptorHeapInfoEXT
Source§fn eq(&self, other: &CommandBufferInheritanceDescriptorHeapInfoEXT) -> bool
fn eq(&self, other: &CommandBufferInheritanceDescriptorHeapInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CommandBufferInheritanceDescriptorHeapInfoEXT
impl Eq for CommandBufferInheritanceDescriptorHeapInfoEXT
impl Send for CommandBufferInheritanceDescriptorHeapInfoEXT
impl StructuralPartialEq for CommandBufferInheritanceDescriptorHeapInfoEXT
impl Sync for CommandBufferInheritanceDescriptorHeapInfoEXT
Auto Trait Implementations§
impl Freeze for CommandBufferInheritanceDescriptorHeapInfoEXT
impl RefUnwindSafe for CommandBufferInheritanceDescriptorHeapInfoEXT
impl Unpin for CommandBufferInheritanceDescriptorHeapInfoEXT
impl UnwindSafe for CommandBufferInheritanceDescriptorHeapInfoEXT
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