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