Struct ash::vk::BindPipelineIndirectCommandNV
source · #[repr(C)]pub struct BindPipelineIndirectCommandNV {
pub pipeline_address: DeviceAddress,
}
Expand description
Fields§
§pipeline_address: DeviceAddress
Implementations§
source§impl BindPipelineIndirectCommandNV
impl BindPipelineIndirectCommandNV
pub fn pipeline_address(self, pipeline_address: DeviceAddress) -> Self
Trait Implementations§
source§impl Clone for BindPipelineIndirectCommandNV
impl Clone for BindPipelineIndirectCommandNV
source§fn clone(&self) -> BindPipelineIndirectCommandNV
fn clone(&self) -> BindPipelineIndirectCommandNV
Returns a copy 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 Default for BindPipelineIndirectCommandNV
impl Default for BindPipelineIndirectCommandNV
source§fn default() -> BindPipelineIndirectCommandNV
fn default() -> BindPipelineIndirectCommandNV
Returns the “default value” for a type. Read more
impl 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 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