#[repr(C)]pub struct VkBindPipelineIndirectCommandNV {
pub pipelineAddress: VkDeviceAddress,
}
Fields§
§pipelineAddress: VkDeviceAddress
Trait Implementations§
Source§impl Clone for VkBindPipelineIndirectCommandNV
impl Clone for VkBindPipelineIndirectCommandNV
Source§fn clone(&self) -> VkBindPipelineIndirectCommandNV
fn clone(&self) -> VkBindPipelineIndirectCommandNV
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 moreSource§impl Default for VkBindPipelineIndirectCommandNV
impl Default for VkBindPipelineIndirectCommandNV
Source§fn default() -> VkBindPipelineIndirectCommandNV
fn default() -> VkBindPipelineIndirectCommandNV
Returns the “default value” for a type. Read more
impl Copy for VkBindPipelineIndirectCommandNV
Auto Trait Implementations§
impl Freeze for VkBindPipelineIndirectCommandNV
impl RefUnwindSafe for VkBindPipelineIndirectCommandNV
impl Send for VkBindPipelineIndirectCommandNV
impl Sync for VkBindPipelineIndirectCommandNV
impl Unpin for VkBindPipelineIndirectCommandNV
impl UnwindSafe for VkBindPipelineIndirectCommandNV
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