#[repr(C)]pub struct BindPipelineIndirectCommandNV {
pub pipeline_address: u64,
}Expand description
VkBindPipelineIndirectCommandNV
Provided by VK_NV_device_generated_commands_compute.
Fields§
§pipeline_address: u64Implementations§
Source§impl BindPipelineIndirectCommandNV
impl BindPipelineIndirectCommandNV
Sourcepub fn builder() -> BindPipelineIndirectCommandNVBuilder
pub fn builder() -> BindPipelineIndirectCommandNVBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for BindPipelineIndirectCommandNV
impl Clone for BindPipelineIndirectCommandNV
Source§fn clone(&self) -> BindPipelineIndirectCommandNV
fn clone(&self) -> BindPipelineIndirectCommandNV
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 BindPipelineIndirectCommandNV
Auto Trait Implementations§
impl Freeze for BindPipelineIndirectCommandNV
impl RefUnwindSafe for BindPipelineIndirectCommandNV
impl Send for BindPipelineIndirectCommandNV
impl Sync for BindPipelineIndirectCommandNV
impl Unpin for BindPipelineIndirectCommandNV
impl UnsafeUnpin for BindPipelineIndirectCommandNV
impl UnwindSafe for BindPipelineIndirectCommandNV
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